Commit 865613dc authored by Nicolas Wavrant's avatar Nicolas Wavrant

resiliencytest/erp5: ERP5 needs more runs to be instanciated

parent 5a61f575
...@@ -197,10 +197,8 @@ class ERP5TestSuite(SlaprunnerTestSuite): ...@@ -197,10 +197,8 @@ class ERP5TestSuite(SlaprunnerTestSuite):
self._setERP5InstanceParameter() self._setERP5InstanceParameter()
self._buildSoftwareRelease() self._buildSoftwareRelease()
self._deployInstance() for _ in range(8):
self._deployInstance() self._deployInstance()
self._deployInstance()
self._deployInstance()
self._editHAProxyconfiguration() self._editHAProxyconfiguration()
......
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