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.
1 parent 92a0a1d commit a281a18Copy full SHA for a281a18
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