From a4f10c171ec71eccadc17ef04ef87a38c64eb49c Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Mon, 12 Oct 2020 16:25:49 +0200 Subject: [PATCH] Test DB Startup timeout 60s => 90s Signed-off-by: Guillaume Tardif --- tests/aci-e2e/e2e-aci_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/aci-e2e/e2e-aci_test.go b/tests/aci-e2e/e2e-aci_test.go index 8354c47c8..a177060ed 100644 --- a/tests/aci-e2e/e2e-aci_test.go +++ b/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)) }) }