Bump timeout interval for large images to load.

This commit is contained in:
kangax 2011-05-11 18:38:54 -04:00
parent 6af48ed1c7
commit f47a4eff0b

View file

@ -713,7 +713,7 @@
ok(imgEl.width < ORIGINAL_WIDTH);
start();
}, 1000);
}, 2000);
});
asyncTest('cache', function() {
@ -763,7 +763,7 @@
ok(/fixtures\/very_large_image\.jpg$/.test(objectPassedToCallback.getSrc()), 'image should have correct src');
start();
}, 1000);
}, 2000);
});
asyncTest('fxRemove', function() {