Commit 1cdd2175 authored by Benjamin Blanc's avatar Benjamin Blanc

scalability: runScalabilityTestSuite: fix typoé

parent d721fd41
......@@ -29,6 +29,7 @@ def getConnection(erp5_url):
else:
raise ValueError("Protocol not implemented")
MAX_INSTALLATION_TIME = 1200
def waitFor0PendingActivities(erp5_url):
start_time = time.time()
while MAX_INSTALLATION_TIME > time.time()-start_time:
......
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