We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7d6a5 commit 2ad74f2Copy full SHA for 2ad74f2
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