See if bug 681138 is a timing issue

This commit is contained in:
Ehsan Akhgari 2013-03-08 11:34:28 -05:00
parent 95d1765f46
commit ea8f0387fd

View File

@ -52,7 +52,7 @@ function remotePageLoaded(callback) {
setTimeout(function(){
doSnapShot(iframe);
callback();
}, 0);
}, 100);
};
const MAX_ITERATIONS = 1000;