Skip to content

Commit e31ad26

Browse files
committed
increase wait time
1 parent 00418a8 commit e31ad26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/wait-for-checks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
2-
const DEFAULT_MAX_ATTEMPTS = 60;
2+
const DEFAULT_MAX_ATTEMPTS = 120;
33
const DEFAULT_INTERVAL_MS = 10_000;
44
const MILLISECONDS_IN_SECOND = 1000;
55

0 commit comments

Comments
 (0)