summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-04-27 14:31:50 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-04-27 14:31:50 +0000
commita820d7119698781050382b145ce09ce146209dfb (patch)
treef8a37389ba557a7938c0f820381642cb11f32c70 /tests
parent2ebaae63c36ac45762a4e745cc6619f30c0ad245 (diff)
downloadlasso-a820d7119698781050382b145ce09ce146209dfb.tar.gz
lasso-a820d7119698781050382b145ce09ce146209dfb.tar.xz
lasso-a820d7119698781050382b145ce09ce146209dfb.zip
Increase wait time for integration test
* tests/integration/saml2/__init__.py: wait 5 seconds for dameons to start.
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/saml2/__init__.py2
1 files changed, 1 insertions, 1 deletions
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():