From a820d7119698781050382b145ce09ce146209dfb Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 27 Apr 2009 14:31:50 +0000 Subject: [PATCH] Increase wait time for integration test * tests/integration/saml2/__init__.py: wait 5 seconds for dameons to start. --- tests/integration/saml2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():