Backed out changeset 2a41319f21a8 (bug 681138) for making the failures much more frequent.

This commit is contained in:
Ryan VanderMeulen
2013-03-08 14:19:13 -05:00
parent dd1ccbc8bf
commit 3fd79cb0fb

View File

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