mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Tweak sauce labs test completion wait time.
This commit is contained in:
@@ -137,7 +137,7 @@
|
|||||||
logInline('Please wait' + repeat('.', (++attempts % 3) + 1));
|
logInline('Please wait' + repeat('.', (++attempts % 3) + 1));
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
waitForTestCompletion(testIdentifier);
|
waitForTestCompletion(testIdentifier);
|
||||||
}, 15000);
|
}, 5000);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
logInline('');
|
logInline('');
|
||||||
|
|||||||
Reference in New Issue
Block a user