Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoriki Yamaguchi committed Oct 11, 2018
1 parent 32d1496 commit 92db4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/executor.ts
Expand Up @@ -230,6 +230,6 @@ test("rejects when timeout is set", async t => {

const endTime = Date.now();

t.true(endTime - startTime > 2000);
t.true(endTime - startTime >= 2000);
t.true(endTime - startTime < 2200);
});

0 comments on commit 92db4d7

Please sign in to comment.