# HG changeset patch # User Alain Mazy # Date 1694415857 -7200 # Node ID 5d157c4865684e0e5f4d62642df9051d2efe7a20 # Parent c474f0f815b6be361f112a655f7f9c95ed50acdd fix auth test startup sequence diff -r c474f0f815b6 -r 5d157c486568 NewTests/Authorization/test_authorization.py --- a/NewTests/Authorization/test_authorization.py Sat Sep 09 13:18:21 2023 +0200 +++ b/NewTests/Authorization/test_authorization.py Mon Sep 11 09:04:17 2023 +0200 @@ -74,7 +74,7 @@ # first build the docker image for the auth-service subprocess.run(["docker", "build", "-t", "auth-service", "."], cwd=here) cls.auth_service_process = subprocess.Popen(["docker", "run", "-p", "8020:8020", "--network", "auth-test-network", "--name", "auth-service", "auth-service"]) - pass + time.sleep(5) if Helpers.break_before_preparation: