Skip to content

Commit

Permalink
Upgrade another timeout for slow CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceK33z committed Feb 27, 2018
1 parent f0534fc commit d20757b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli.test.js
Expand Up @@ -45,5 +45,5 @@ describe('CLI', () => {
proc.on('exit', () => {
done();
});
}).timeout(6000);
}).timeout(18000);
});

0 comments on commit d20757b

Please sign in to comment.