Skip to content

Commit 4618257

Browse files
committed
increase test timeout again
1 parent 4e1bdd7 commit 4618257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api/cli/spec/cli.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function runForgeCLI(...extraArgs: string[]): Promise<string> {
88
return spawn('npx', args);
99
}
1010

11-
describe('cli', { timeout: 10_000 }, () => {
11+
describe('cli', { timeout: 30_000 }, () => {
1212
it('should not fail on known subcommands', async () => {
1313
await expect(runForgeCLI('help')).resolves.toMatch(/Usage:/);
1414
});

0 commit comments

Comments
 (0)