Some sleeping between commands.

This commit is contained in:
Pedro Algarvio 2013-10-03 15:08:50 +01:00
parent 67abab7b21
commit 58b5a85b58

View file

@ -124,6 +124,7 @@ def download_unittest_reports(options):
proc.returncode
)
)
time.sleep(0.25)
def download_coverage_report(options):
@ -163,6 +164,7 @@ def download_coverage_report(options):
proc.returncode
)
)
time.sleep(0.25)
def download_remote_logs(options):
@ -207,6 +209,7 @@ def download_remote_logs(options):
proc.returncode
)
)
time.sleep(0.25)
def run(opts):