Skip to content

Commit

Permalink
Test race condition fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Apr 14, 2016
1 parent fa0ff47 commit 67705d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/SizeMe.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ describeWithDOM(`Given the SizeMe library`, () => {
expect(resizeDetectorMock.removeAllListeners.callCount).to.equal(2);

done();
}, refreshRate);
}, refreshRate + 5);
}, refreshRate + 5);
}, refreshRate + 25);
}, refreshRate + 5);
});
});
});
Expand Down

0 comments on commit 67705d4

Please sign in to comment.