Skip to content

Commit a629b2c

Browse files
feat: triple check interval
1 parent 97e94e8 commit a629b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const getSuccessfulDeployment = async () => {
3131
const deployed = async () => Boolean(await getSuccessfulDeployment())
3232

3333
;(async () => {
34-
await pWaitFor(deployed, { interval: 5000 })
34+
await pWaitFor(deployed, { interval: 15000 })
3535

3636
const { target_url: targetUrl } = await getSuccessfulDeployment()
3737
// eslint-disable-next-line no-console

0 commit comments

Comments
 (0)