We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b7d6a5 + 2ad74f2 commit 404d6ccCopy full SHA for 404d6cc
lib/analysisPoller.js
@@ -197,7 +197,7 @@ exports.do = async function (
197
console.log(`polling interval: ${humanizeDuration(pollStep)}, previous status: ${status}`)
198
}
199
200
- await util.timer(Math.min(pollStep, start + remainTime - Date.now()))
+ await util.timer(Math.min(pollStep, start + timeout - Date.now()))
201
202
203
let statusResponse
0 commit comments