We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742037a commit 72b7de1Copy full SHA for 72b7de1
1 file changed
main.ts
@@ -325,6 +325,7 @@ async function run() {
325
if (isNaN(maxWaitTime)) {
326
maxWaitTime = 300000;
327
}
328
+ console.log("Custom polling timeout set: " + polling_timeout);
329
330
331
// Poll for scan completion with 23-second intervals
0 commit comments