Skip to content

Commit

Permalink
chore: bump timeout for migration (#8463)
Browse files Browse the repository at this point in the history
### Description

This test has recently been [exceeding the default
timeout](https://github.com/vercel/turbo/actions/runs/9490414083/job/26153864516#step:6:977)
when trying to cut a release. Bumping this to prevent this from blocking
releases.

### Testing Instructions

CI
  • Loading branch information
chris-olszewski authored Jun 12, 2024
1 parent c169e38 commit cbf3a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/turbo-codemod/__tests__/migrate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1013,5 +1013,5 @@ describe("migrate", () => {
mockedGetTurboUpgradeCommand.mockRestore();
mockedGetAvailablePackageManagers.mockRestore();
mockedGetWorkspaceDetails.mockRestore();
});
}, 10000);
});

0 comments on commit cbf3a72

Please sign in to comment.