Wider random range

This commit is contained in:
Andrew Kahr 2023-11-07 22:36:45 -08:00
parent af9cac1fb3
commit a9cac4e096

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 #