Skip to content

Commit

Permalink
chore(tests): increase timeout to get more green on Windows CI (#366)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aduh95 authored Jan 30, 2024
1 parent a3f271c commit 4eb1fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 4eb1fd9

Please sign in to comment.