Skip to content

Commit

Permalink
Loosened timing of test
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-nico committed Sep 22, 2015
1 parent 3173183 commit 442ffe4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/spec/queueing/maxWait.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ describe('Queueing with maxWait', function () {

setTimeout(function () {
counter += 1;
}, 7);

setTimeout(function () {
firstGrant.dismiss();
}, 10);

Expand Down

0 comments on commit 442ffe4

Please sign in to comment.