We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e94e8 commit a629b2cCopy full SHA for a629b2c
main.js
@@ -31,7 +31,7 @@ const getSuccessfulDeployment = async () => {
31
const deployed = async () => Boolean(await getSuccessfulDeployment())
32
33
;(async () => {
34
- await pWaitFor(deployed, { interval: 5000 })
+ await pWaitFor(deployed, { interval: 15000 })
35
36
const { target_url: targetUrl } = await getSuccessfulDeployment()
37
// eslint-disable-next-line no-console
0 commit comments