mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-01-09 18:21:44 +01:00
macos randomize
This commit is contained in:
parent
7deffbac0d
commit
3853248056
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -156,7 +156,7 @@ jobs:
|
|||
# delay the execution randomly by a couple of seconds to reduce the amount
|
||||
# of concurrent API calls on Clublog and QRZ.com when all CI jobs execute simultaneously
|
||||
run: |
|
||||
sleep $[ ( $RANDOM % 10 ) + 1 ]s
|
||||
sleep $[ ( $RANDOM % 10 ) + 1 ]
|
||||
pytest ./test
|
||||
|
||||
test_windows:
|
||||
|
|
|
|||
Loading…
Reference in a new issue