See if bug 681138 is a timing issue

This commit is contained in:
Ehsan Akhgari 2013-03-08 11:34:28 -05:00
parent 8ca357843d
commit f179a230e3

View File

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