diff --git a/tests/integration_test.go b/tests/integration_test.go index be557d5..f462e30 100644 --- a/tests/integration_test.go +++ b/tests/integration_test.go @@ -108,7 +108,7 @@ func TestApplication(t *testing.T) { }() // Wait for the server to start - if !waitForServer("http://localhost:5000", 15*time.Second) { + if !waitForServer("http://localhost:5000", 600*time.Second) { t.Fatalf("Server did not start within the expected time") }