Tweak sauce labs test completion wait time.

This commit is contained in:
John-David Dalton
2013-11-02 13:26:30 -07:00
parent d35c5ffa04
commit d38b3d09ba

View File

@@ -137,7 +137,7 @@
logInline('Please wait' + repeat('.', (++attempts % 3) + 1));
setTimeout(function() {
waitForTestCompletion(testIdentifier);
}, 15000);
}, 5000);
}
} else {
logInline('');