Skip to content

Commit e2e4515

Browse files
committed
fix flaky test
1 parent 306f28d commit e2e4515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/promise.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ test('assertion plan is tested after returned promise resolves', function (t) {
6161
}).run().then(function (a) {
6262
t.is(a.planCount, 2);
6363
t.is(a.assertCount, 2);
64-
t.true(Date.now() - start > 500);
64+
t.true(Date.now() - start >= 500);
6565
t.end();
6666
});
6767
});

0 commit comments

Comments
 (0)