From dd8aec7895757ee1f43ca78680c117218bd0b3bc Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Wed, 15 Nov 2023 13:41:45 +0100 Subject: [PATCH] Increase timeout running pnpm install for Windows --- __tests__/e2e.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__tests__/e2e.test.ts b/__tests__/e2e.test.ts index 1fc8ce3a..c4d74fd0 100644 --- a/__tests__/e2e.test.ts +++ b/__tests__/e2e.test.ts @@ -87,8 +87,8 @@ beforeAll( { concurrency: 1 }, ); }, - // 5 minute timeout for pnpm installation inside test repos - 300000, + // 7.5 minute timeout for pnpm installation inside test repos + 450000, ); function sortStdoutAndStripVersionNumber(stdout: string) {