Commit 78b89505 authored by Benjamin Blanc's avatar Benjamin Blanc

Up

parent d42947ad
......@@ -166,9 +166,9 @@ class ScalabilityTestRunner():
# Waiting until all softwares are installed
print "waiting vlaue:"
print max_time <= time.time()-start_time)
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