diff --git a/packages/cli/__tests__/template.spec.ts b/packages/cli/__tests__/template.spec.ts index 2d9201c8fcf1..e7115dbdfe01 100644 --- a/packages/cli/__tests__/template.spec.ts +++ b/packages/cli/__tests__/template.spec.ts @@ -14,7 +14,7 @@ import cli from '../main.js' import { describe, it } from 'vitest' describe('[CLI] @tauri-apps/cli template', () => { - it('init a project and builds it', { timeout: 200000 }, async () => { + it('init a project and builds it', { timeout: 15 * 60 * 1000 }, async () => { const cwd = process.cwd() const fixturePath = resolve(__dirname, './fixtures/empty') const tauriFixturePath = resolve(fixturePath, 'src-tauri')