From 1db60cebf2432f1116d58ec849216981caddc4c9 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Tue, 23 Jun 2026 16:31:31 +0200 Subject: [PATCH] increase timeout --- test/test.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.mjs b/test/test.mjs index 46596b90..cf9a32cb 100644 --- a/test/test.mjs +++ b/test/test.mjs @@ -9,7 +9,7 @@ import { createHelpers } from 'yeoman-test'; import { parse } from 'jsonc-parser'; import * as env from '../generators/app/env.js'; -describe('test code generator', { timeout: 10000 }, () => { +describe('test code generator', { timeout: 20000 }, () => { const appLocation = path.join(fileURLToPath(import.meta.url), '../../generators/app'); const fixturesLocation = path.join(fileURLToPath(import.meta.url), '../fixtures');