Skip to content

Commit

Permalink
> 0
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Apr 17, 2018
1 parent 750563b commit 422e81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function testFile(engine, file, filename, index) {
}
}

if (elapsed[0] !== 0) {
if (elapsed[0] > 0) {
console.log(' failed because it took too long.\n\n passed in %dms', prettyElapsedTime(elapsed));
return false;
}
Expand Down

0 comments on commit 422e81f

Please sign in to comment.