mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Revert timeout changes
This commit is contained in:
parent
ac013513a2
commit
c53bd18290
@ -182,11 +182,11 @@
|
|||||||
}
|
}
|
||||||
//Ignore. Subsequent code will try again shortly
|
//Ignore. Subsequent code will try again shortly
|
||||||
}
|
}
|
||||||
if (( !viewerAndNavigatorDisplayReady) && count < 200) {
|
if (( !viewerAndNavigatorDisplayReady) && count < 50) {
|
||||||
count++;
|
count++;
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
waitForViewer(assert, handler, count, currentDisplayRegionLeft, currentDisplayWidth);
|
waitForViewer(assert, handler, count, currentDisplayRegionLeft, currentDisplayWidth);
|
||||||
}, 50);
|
}, 100);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (debug) {
|
if (debug) {
|
||||||
|
Loading…
Reference in New Issue
Block a user