Wider random range

pull/590/head
Andrew Kahr 2023-11-07 22:36:45 -08:00
parent af9cac1fb3
commit a9cac4e096
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ jobs:
Library-
- name: Random Delay (to avoid activation rate limits)
run: sleep $((RANDOM % 15))
run: sleep $((RANDOM % 60))
###########################
# Build #