1
0
Эх сурвалжийг харах

Test DB Startup timeout 60s => 90s

Signed-off-by: Guillaume Tardif <[email protected]>
Guillaume Tardif 5 жил өмнө
parent
commit
a4f10c171e

+ 1 - 1
tests/aci-e2e/e2e-aci_test.go

@@ -796,7 +796,7 @@ func TestRunEnvVars(t *testing.T) {
 			}
 			return poll.Continue("waiting for DB container to be up")
 		}
-		poll.WaitOn(t, check, poll.WithDelay(5*time.Second), poll.WithTimeout(60*time.Second))
+		poll.WaitOn(t, check, poll.WithDelay(5*time.Second), poll.WithTimeout(90*time.Second))
 	})
 }