Increase wait time for integration test

* tests/integration/saml2/__init__.py:
   wait 5 seconds for dameons to start.
This commit is contained in:
Benjamin Dauvergne 2009-04-27 14:31:50 +00:00
parent 2ebaae63c3
commit a820d71196
1 changed files with 1 additions and 1 deletions

View File

@ -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():