pass debug to promise-retry
This commit is contained in:
+1
-1
@@ -589,7 +589,7 @@ async function waitForContainer(containerName, tokenEnvName) {
|
||||
|
||||
const result = await getContainerDetails(containerName, tokenEnvName);
|
||||
|
||||
await promiseRetry({ times: 10, interval: 15000 }, async () => {
|
||||
await promiseRetry({ times: 10, interval: 15000, debug }, async () => {
|
||||
const [networkError, response] = await safe(superagent.get(`https://${result.ip}:3000/healthcheck?access_token=${result.token}`)
|
||||
.timeout(5000)
|
||||
.disableTLSCerts()
|
||||
|
||||
Reference in New Issue
Block a user