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

resiliencytest: wait longer before some operations

Sometimes it's not enough, as we can guess from the tests failures.
parent a015a2e6
Pipeline #11460 failed with stage
in 0 seconds
......@@ -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(20)
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