Commit a0383141 authored by Xiaowu Zhang's avatar Xiaowu Zhang

run-zelenium-test.py.in: wait for all activities finish

parent 45f7f4b6
...@@ -156,7 +156,7 @@ mode = 755 ...@@ -156,7 +156,7 @@ mode = 755
[template-run-zelenium] [template-run-zelenium]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/template/run-zelenium-test.py.in url = ${:_profile_base_location_}/template/run-zelenium-test.py.in
md5sum = 0fc9404369c08250205acfea6b8a5749 md5sum = 9bc71d35af39cfb3281ad8384d60d8eb
output = ${buildout:directory}/run-zelenium-test.py.in output = ${buildout:directory}/run-zelenium-test.py.in
mode = 755 mode = 755
......
...@@ -104,7 +104,8 @@ def main(): ...@@ -104,7 +104,8 @@ def main():
"&__ac_password=%s" % (args.frontend_url, "{{ user }}", "{{ password }}") "&__ac_password=%s" % (args.frontend_url, "{{ user }}", "{{ password }}")
# Wait until all bt5 are installed... # Wait until all bt5 are installed...
time.sleep(120) # and activities finish
time.sleep(600)
tool = taskdistribution.TaskDistributionTool(portal_url=args.master_url) tool = taskdistribution.TaskDistributionTool(portal_url=args.master_url)
try: try:
......
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