We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1bdd7 commit 4618257Copy full SHA for 4618257
packages/api/cli/spec/cli.spec.ts
@@ -8,7 +8,7 @@ function runForgeCLI(...extraArgs: string[]): Promise<string> {
8
return spawn('npx', args);
9
}
10
11
-describe('cli', { timeout: 10_000 }, () => {
+describe('cli', { timeout: 30_000 }, () => {
12
it('should not fail on known subcommands', async () => {
13
await expect(runForgeCLI('help')).resolves.toMatch(/Usage:/);
14
});
0 commit comments