Revert timeout changes

This commit is contained in:
nein09 2018-01-18 10:45:56 -08:00
parent ac013513a2
commit c53bd18290

View File

@ -182,11 +182,11 @@
}
//Ignore. Subsequent code will try again shortly
}
if (( !viewerAndNavigatorDisplayReady) && count < 200) {
if (( !viewerAndNavigatorDisplayReady) && count < 50) {
count++;
setTimeout(function () {
waitForViewer(assert, handler, count, currentDisplayRegionLeft, currentDisplayWidth);
}, 50);
}, 100);
}
else {
if (debug) {