Skip to content

Commit

Permalink
test: increase timeout (JustinBeckwith#340)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Beckwith <beckwith@google.com>
  • Loading branch information
XhmikosR and JustinBeckwith authored Oct 5, 2021
1 parent 43db808 commit 02f9af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {LinkResult, LinkState} from '../src/index';
// eslint-disable-next-line prefer-arrow-callback
describe('cli', function () {
let server: http.Server;
this.timeout(10_000);
this.timeout(20_000);

const pkg = require('../../package.json');
const linkinator = pkg.bin.linkinator;
Expand Down

0 comments on commit 02f9af6

Please sign in to comment.