Wider random range
parent
af9cac1fb3
commit
a9cac4e096
|
@ -77,7 +77,7 @@ jobs:
|
||||||
Library-
|
Library-
|
||||||
|
|
||||||
- name: Random Delay (to avoid activation rate limits)
|
- name: Random Delay (to avoid activation rate limits)
|
||||||
run: sleep $((RANDOM % 15))
|
run: sleep $((RANDOM % 60))
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# Build #
|
# Build #
|
||||||
|
|
Loading…
Reference in New Issue