Update update_build_status.py

This commit is contained in:
Abhishek Arya 2021-06-25 11:06:47 -07:00 committed by GitHub
parent 3680920a30
commit 7e61f5509e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ def update_build_status(build_tag, status_filename):
project = get_build_history(project_build.build_ids)
project['name'] = project_build.project
print('Processing project', project['name'])
time.sleep(1) # Avoid rate limits.
time.sleep(2) # Avoid rate limits.
return project
with concurrent.futures.ThreadPoolExecutor(max_workers=4) as executor: