We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af40eb commit 144d763Copy full SHA for 144d763
1 file changed
src/commands/manifest/cdxgen-integration.test.mts
@@ -29,8 +29,8 @@ describe('Socket manifest cdxgen command', async () => {
29
it(
30
'should forwards known commands to cdxgen',
31
{
32
- // Takes ~10s in CI
33
- timeout: 20_000,
+ // Increase timeout for CI environments where cdxgen downloads can be slow.
+ timeout: 60_000,
34
},
35
async () => {
36
for (const command of ['-h', '--help']) {
0 commit comments