Skip to content

Commit c96a344

Browse files
committed
[FIX] Test was running too fast, delaying more
1 parent 1d6e7d1 commit c96a344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/img-wrap/delayed-src-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test('visiting /img-wrap/delayed-src', function () {
1919
visit('/img-wrap/delayed-src');
2020
andThen(function(){
2121
fillIn('#img-src', 'assets/images/cartoon-1.jpg');
22-
later(10);
22+
later(100);
2323
});
2424
andThen(function () {
2525
equal(currentPath(), 'img-wrap.delayed-src');

0 commit comments

Comments
 (0)