Skip to content

Commit

Permalink
Wider random range
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr committed Nov 8, 2023
1 parent af9cac1 commit a9cac4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
Library-
- name: Random Delay (to avoid activation rate limits)
run: sleep $((RANDOM % 15))
run: sleep $((RANDOM % 60))

###########################
# Build #
Expand Down

0 comments on commit a9cac4e

Please sign in to comment.