Commit 7c461e76 authored by Benjamin Blanc's avatar Benjamin Blanc

Fix ident

parent 2e39d3d4
......@@ -139,8 +139,8 @@ class ScalabilityTestRunner():
# From the line below we would not supply any more softwares
self.authorize_supply = False
# Waiting until all softwares are installed
while (self.remainSoftwareToInstall() == True)
and (max_time <= time.time()-start_time):
while ((self.remainSoftwareToInstall() == True)
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