Skip to content

Commit

Permalink
Update update_build_status.py
Browse files Browse the repository at this point in the history
  • Loading branch information
inferno-chromium authored Jun 25, 2021
1 parent 3680920 commit 7e61f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/build/functions/update_build_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def process_project(project_build):
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:
Expand Down

0 comments on commit 7e61f55

Please sign in to comment.