Update update_build_status.py

This commit is contained in:
Abhishek Arya 2021-06-25 17:09:42 -07:00 committed by GitHub
parent 00bbfdb5e1
commit a5822bb2ff
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)
time.sleep(1.5)
return project
with concurrent.futures.ThreadPoolExecutor(max_workers=6) as executor: