Skip to content

Commit

Permalink
Merge pull request #85 from y13i/fix-test
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
Yoriki Yamaguchi committed Oct 11, 2018
2 parents 32d1496 + 92db4d7 commit d99e0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/executor.ts
Original file line number Diff line number Diff line change
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 d99e0df

Please sign in to comment.