From 4eb1fd92fbdd6133d7dbd516eed7a1dc0ec00851 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 30 Jan 2024 18:55:55 +0100 Subject: [PATCH] chore(tests): increase timeout to get more green on Windows CI (#366) For some reason this test times out quite frequently on Windows CI. Hopefully if we give it more time to succeed, and we won't need to restart Windows CI as often. --- tests/main.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.test.ts b/tests/main.test.ts index 83bacb94c..a8e148994 100644 --- a/tests/main.test.ts +++ b/tests/main.test.ts @@ -541,7 +541,7 @@ it(`should support hydrating multiple package managers from cached archives`, as delete process.env.COREPACK_ENABLE_NETWORK; } }); -}); +}, 180_000); it(`should support running package managers with bin array`, async () => { await xfs.mktempPromise(async cwd => {