mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-27 06:24:00 +00:00
Bump timeout interval for large images to load.
This commit is contained in:
parent
6af48ed1c7
commit
f47a4eff0b
1 changed files with 2 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue