mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
See if bug 681138 is a timing issue
This commit is contained in:
parent
8ca357843d
commit
f179a230e3
@ -52,7 +52,7 @@ function remotePageLoaded(callback) {
|
||||
setTimeout(function(){
|
||||
doSnapShot(iframe);
|
||||
callback();
|
||||
}, 0);
|
||||
}, 100);
|
||||
};
|
||||
|
||||
const MAX_ITERATIONS = 1000;
|
||||
|
Loading…
Reference in New Issue
Block a user