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 9873585 commit 9384f22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/run_remote_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function run_sever_submissions() {
-c log.level=DEBUG \
"${testing_arg}" &
local server_pid="$!"
sleep 1
sleep 5

local error_count=0

Expand Down
3 changes: 0 additions & 3 deletions internal/api/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"os"
"os/signal"
"syscall"
"time"

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

time.Sleep(10 * time.Millisecond)

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

0 comments on commit 9384f22

Please sign in to comment.