Commit 3e70794b authored by Benjamin Blanc's avatar Benjamin Blanc

Up

parent 78b89505
......@@ -168,7 +168,7 @@ class ScalabilityTestRunner():
print "waiting vlaue:"
print max_time <= time.time()-start_time
while ( self.remainSoftwareToInstall()
and (max_time <= (time.time()-start_time))):
and (max_time >= (time.time()-start_time))):
self.testnode.log("Master testnode is waiting\
for the end of all software installation.")
time.sleep(15)
......
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