From c53bd18290b61399088688ac11d4cfe06fd44d28 Mon Sep 17 00:00:00 2001 From: nein09 Date: Thu, 18 Jan 2018 10:45:56 -0800 Subject: [PATCH] Revert timeout changes --- test/modules/navigator.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/modules/navigator.js b/test/modules/navigator.js index e169c325..cc0795fd 100644 --- a/test/modules/navigator.js +++ b/test/modules/navigator.js @@ -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) {