Skip to content

Commit

Permalink
Let CLI tests more time for slow machines
Browse files Browse the repository at this point in the history
  • Loading branch information
KillyMXI committed Oct 14, 2020
1 parent c36a74f commit 304070c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test-cli.js
Expand Up @@ -19,6 +19,9 @@ function runWithInputAndExpect (input, args, expectedOutput, done) {
}

describe('cli arguments', function () {

this.timeout(5000);

it('should output nothing with empty input', function (done) {
runWithInputAndExpect('', '', '', done);
});
Expand Down

0 comments on commit 304070c

Please sign in to comment.