Commit 13e6e4b7 authored by Nicolas Wavrant's avatar Nicolas Wavrant

test

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