Skip to content

Commit 144d763

Browse files
committed
Attempt to fix cdxgen tests in CI
1 parent 3af40eb commit 144d763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/manifest/cdxgen-integration.test.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ describe('Socket manifest cdxgen command', async () => {
2929
it(
3030
'should forwards known commands to cdxgen',
3131
{
32-
// Takes ~10s in CI
33-
timeout: 20_000,
32+
// Increase timeout for CI environments where cdxgen downloads can be slow.
33+
timeout: 60_000,
3434
},
3535
async () => {
3636
for (const command of ['-h', '--help']) {

0 commit comments

Comments
 (0)