Skip to content

Commit bca91ec

Browse files
committed
increase the timeout and retry delay for steam
1 parent f72118e commit bca91ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/watch-df-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
- name: Compare branch metadata
3232
uses: nick-fields/retry@v3
3333
with:
34-
timeout_minutes: 2
34+
timeout_minutes: 5
35+
retry_wait_seconds: 60
3536
command: |
3637
blob=$(wget 'https://api.steamcmd.net/v1/info/975370?pretty=1' -O- | \
3738
awk '/^ *"branches"/,0' | \

0 commit comments

Comments
 (0)