Commit 9c6ab730 authored by Nicolas Wavrant's avatar Nicolas Wavrant

Revert "test"

This reverts commit 13e6e4b7.
parent 13e6e4b7
......@@ -171,6 +171,10 @@ class SlaprunnerTestSuite(ResiliencyTestSuite):
else:
self.logger.info('Software release is still building. Sleeping...')
time.sleep(20)
for sleep_wait in range(3):
self._retrieveSoftwareLogFileTail(truncate=100)
time.sleep(10)
def _buildSoftwareRelease(self):
self.logger.info('Building the Software Release...')
......
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