mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Some sleeping between commands.
This commit is contained in:
parent
67abab7b21
commit
58b5a85b58
1 changed files with 3 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue