浏览代码

Test DB Startup timeout 60s => 90s

Signed-off-by: Guillaume Tardif <[email protected]>
Guillaume Tardif 5 年之前
父节点
当前提交
a4f10c171e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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))
 	})
 }