Skip to content

Commit 07808d9

Browse files
committed
Try to mitigate travisCI build failures on scroll test with extra wait time
1 parent c0dfc04 commit 07808d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/draggable.spec.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ describe('react-draggable', function () {
342342
expect(dragCalled).toEqual(true);
343343
expect(drag.state.clientY).toEqual(500);
344344
done();
345-
}, 0);
345+
}, 50);
346346
});
347347
});
348348

0 commit comments

Comments
 (0)