Skip to content

Commit f53a0e6

Browse files
committed
Address comment (#1075)
1 parent e01b4e6 commit f53a0e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/cli.e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('CLI Integration Tests', () => {
1919
const millisPerSecond = 1000;
2020
const integrationTestPrefix = 'calm-test';
2121
const projectRoot = __dirname;
22-
vi.setConfig({ testTimeout: 50000 * millisPerSecond });
22+
vi.setConfig({ testTimeout: 30 * millisPerSecond });
2323

2424
beforeAll(async () => {
2525
tempDir = fs.mkdtempSync(path.join(os.tmpdir(), integrationTestPrefix));

0 commit comments

Comments
 (0)