diff --git a/tests/integration/saml2/__init__.py b/tests/integration/saml2/__init__.py index 2f427932..b3baf04d 100644 --- a/tests/integration/saml2/__init__.py +++ b/tests/integration/saml2/__init__.py @@ -40,7 +40,7 @@ def setup(): '--port', '10002', '--http', '--silent']) pids.append(sp.pid) - time.sleep(2) # let process bind ports + time.sleep(5) # let process bind ports def teardown():