Skip to content

Commit

Permalink
Increase timeout running pnpm install for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Nov 15, 2023
1 parent 0cf5012 commit dd8aec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit dd8aec7

Please sign in to comment.