Commit 96423811 authored by Benjamin Blanc's avatar Benjamin Blanc

Up

parent c46285ec
...@@ -156,7 +156,8 @@ class ScalabilityTestRunner(): ...@@ -156,7 +156,8 @@ class ScalabilityTestRunner():
while ( self.remainSoftwareToInstall() while ( self.remainSoftwareToInstall()
and (max_time > (time.time()-start_time))): and (max_time > (time.time()-start_time))):
self.testnode.log("Master testnode is waiting\ self.testnode.log("Master testnode is waiting\
for the end of all software installation.") for the end of all software installation (%ss).",
str(round(time.time()-start_time)))
time.sleep(15) time.sleep(15)
# We were wainting for too long time, that's a failure. # We were wainting for too long time, that's a failure.
if self.remainSoftwareToInstall() : if self.remainSoftwareToInstall() :
......
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