소스 검색

Sleep longer

Niek 1 년 전
부모
커밋
33ceec07d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/stress_tests/test_deleted_cert/test_restart_while_missing_cert.py

+ 1 - 1
test/stress_tests/test_deleted_cert/test_restart_while_missing_cert.py

@@ -46,7 +46,7 @@ def test_https_web_is_200(docker_compose, nginxproxy):
 def test_delete_cert_and_restart_reverseproxy(docker_compose):
     os.remove(join(script_dir, "tmp_certs", "web.nginx-proxy.crt"))
     docker_compose.containers.get("reverseproxy").restart()
-    sleep(3)  # give time for the container to initialize
+    sleep(5)  # give time for the container to initialize
     assert "running" == docker_compose.containers.get("reverseproxy").status