We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01b4e6 commit f53a0e6Copy full SHA for f53a0e6
1 file changed
cli/src/cli.e2e.spec.ts
@@ -19,7 +19,7 @@ describe('CLI Integration Tests', () => {
19
const millisPerSecond = 1000;
20
const integrationTestPrefix = 'calm-test';
21
const projectRoot = __dirname;
22
- vi.setConfig({ testTimeout: 50000 * millisPerSecond });
+ vi.setConfig({ testTimeout: 30 * millisPerSecond });
23
24
beforeAll(async () => {
25
tempDir = fs.mkdtempSync(path.join(os.tmpdir(), integrationTestPrefix));
0 commit comments