Explorar el Código

Test DB Startup timeout 60s => 90s

Signed-off-by: Guillaume Tardif <[email protected]>
Guillaume Tardif hace 5 años
padre
commit
a4f10c171e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/aci-e2e/e2e-aci_test.go

+ 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))
 	})
 }