Skip to content

Commit

Permalink
increase check status timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Sep 17, 2024
1 parent 441b560 commit 353ba24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
script: |
await exec.exec("sleep 20s");
for (let i = 0; i < 60; i++) {
for (let i = 0; i < 120; i++) {
const failure = [];
const cancelled = [];
const pending = [];
Expand Down

0 comments on commit 353ba24

Please sign in to comment.