Commit e850aaac authored by Nicolas Wavrant's avatar Nicolas Wavrant

resiliencytest: adds some time between deploying SR and instance

parent 07198d87
...@@ -206,6 +206,7 @@ class SlaprunnerTestSuite(ResiliencyTestSuite): ...@@ -206,6 +206,7 @@ class SlaprunnerTestSuite(ResiliencyTestSuite):
self._openSoftwareRelease('helloworld') self._openSoftwareRelease('helloworld')
self._buildSoftwareRelease() self._buildSoftwareRelease()
time.sleep(15)
self._deployInstance() self._deployInstance()
self.data = self._retrieveInstanceLogFile() self.data = self._retrieveInstanceLogFile()
...@@ -226,6 +227,7 @@ class SlaprunnerTestSuite(ResiliencyTestSuite): ...@@ -226,6 +227,7 @@ class SlaprunnerTestSuite(ResiliencyTestSuite):
) )
self._login() self._login()
self._waitForSoftwareBuild() self._waitForSoftwareBuild()
time.sleep(15)
new_data = self._retrieveInstanceLogFile() new_data = self._retrieveInstanceLogFile()
if new_data == self.data: if new_data == self.data:
......
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