Skip to content

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestalmage committed Nov 28, 2015
1 parent 306f28d commit e2e4515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/promise.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test('assertion plan is tested after returned promise resolves', function (t) {
}).run().then(function (a) {
t.is(a.planCount, 2);
t.is(a.assertCount, 2);
t.true(Date.now() - start > 500);
t.true(Date.now() - start >= 500);
t.end();
});
});
Expand Down

0 comments on commit e2e4515

Please sign in to comment.