Commit c4958f96 authored by Jérome Perrin's avatar Jérome Perrin

resiliencytest: wait longer before some operations

We should rewrite this to actually wait for something instead of blindly sleeping,
but for now let's try to make test pass by waiting more.
parent 35b56408
......@@ -251,6 +251,7 @@ class ERP5TestSuite(SlaprunnerTestSuite):
time.sleep(60)
self._editHAProxyconfiguration()
time.sleep(60)
new_data = self._getCreatedERP5Document()
if new_data == self.data:
......
......@@ -191,7 +191,7 @@ class SlaprunnerTestSuite(ResiliencyTestSuite):
except (NotHttpOkException, HTTPError):
# The nginx frontend might timeout before software release is finished.
pass
time.sleep(10)
self._waitForSoftwareBuild()
def _deployInstance(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment