Increase sleep time after starting simple server in integration tests.

This commit is contained in:
Vladimir Diaz 2014-06-10 09:26:09 -04:00
parent cbde52c0f7
commit 74c0120ed4
5 changed files with 5 additions and 5 deletions

View file

@ -89,7 +89,7 @@ def setUpClass(cls):
# NOTE: Following error is raised if a delay is not applied:
# <urlopen error [Errno 111] Connection refused>
time.sleep(.2)
time.sleep(.8)

View file

@ -92,7 +92,7 @@ def setUpClass(cls):
# NOTE: Following error is raised if a delay is not applied:
# <urlopen error [Errno 111] Connection refused>
time.sleep(.5)
time.sleep(.8)

View file

@ -92,7 +92,7 @@ def setUpClass(cls):
# NOTE: Following error is raised if a delay is not applied:
# <urlopen error [Errno 111] Connection refused>
time.sleep(.2)
time.sleep(.8)

View file

@ -96,7 +96,7 @@ def setUpClass(cls):
# NOTE: Following error is raised if a delay is not applied:
# <urlopen error [Errno 111] Connection refused>
time.sleep(.2)
time.sleep(.8)

View file

@ -97,7 +97,7 @@ def setUpClass(cls):
# NOTE: Following error is raised if a delay is not applied:
# <urlopen error [Errno 111] Connection refused>
time.sleep(.2)
time.sleep(.8)