Commit a4340eaf authored by Benjamin Blanc's avatar Benjamin Blanc

Up

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