Skip to content

Commit 41d20ac

Browse files
committed
Increase cdxgen test timeout
1 parent 0077525 commit 41d20ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/socket-cdxgen.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ describe('Socket cdxgen command', async () => {
2727
it(
2828
'should forwards known commands to cdxgen',
2929
{
30-
// Takes ~10s in CI
31-
timeout: 20_000
30+
// Takes ~120s in CI
31+
timeout: 120_000
3232
},
3333
async () => {
3434
for (const command of ['-h', '--help']) {

0 commit comments

Comments
 (0)