We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dce7a9 + a281a18 commit 239f6bfCopy full SHA for 239f6bf
commands/utils/polling.js
@@ -68,7 +68,7 @@ async function shortPolling(buildId, retries = 0, options) {
68
}
69
70
CURRENT_TIME = CURRENT_TIME + INTERVAL
71
- if (CURRENT_TIME == MAX_INTERVAL) {
+ if (CURRENT_TIME >= MAX_INTERVAL) {
72
console.log('[smartui] Please check the build status on LambdaTest SmartUI.');
73
return;
74
0 commit comments