We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b7de1 commit 40fe6bbCopy full SHA for 40fe6bb
1 file changed
main.js
@@ -267,6 +267,7 @@ function run() {
267
if (isNaN(maxWaitTime)) {
268
maxWaitTime = 300000;
269
}
270
+ console.log("Custom polling timeout set: " + polling_timeout);
271
272
// Poll for scan completion with 23-second intervals
273
const pollInterval = 23000; // 23 seconds
0 commit comments