Skip to content

Commit d20757b

Browse files
committed
Upgrade another timeout for slow CI
1 parent f0534fc commit d20757b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ describe('CLI', () => {
4545
proc.on('exit', () => {
4646
done();
4747
});
48-
}).timeout(6000);
48+
}).timeout(18000);
4949
});

0 commit comments

Comments
 (0)