Skip to content

Commit

Permalink
testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverLok committed Aug 2, 2024
1 parent 6673bbb commit 9873585
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/api/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"os"
"os/signal"
"syscall"
"time"

"github.com/edulinq/autograder/internal/api/core"
"github.com/edulinq/autograder/internal/common"
Expand All @@ -32,6 +33,8 @@ func StartServer() error {
serverErrorChannel <- startAPIServer()
}()

time.Sleep(10 * time.Millisecond)

go func() {
serverErrorChannel <- startUnixServer()
}()
Expand Down

0 comments on commit 9873585

Please sign in to comment.