Skip to content

Commit 02f9af6

Browse files
XhmikosRJustinBeckwith
andauthoredOct 5, 2021
test: increase timeout (#340)
Co-authored-by: Justin Beckwith <beckwith@google.com>
1 parent 43db808 commit 02f9af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/test.cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {LinkResult, LinkState} from '../src/index';
1010
// eslint-disable-next-line prefer-arrow-callback
1111
describe('cli', function () {
1212
let server: http.Server;
13-
this.timeout(10_000);
13+
this.timeout(20_000);
1414

1515
const pkg = require('../../package.json');
1616
const linkinator = pkg.bin.linkinator;

0 commit comments

Comments
 (0)
Please sign in to comment.