Skip to content

Commit

Permalink
ci: increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicvladan committed Feb 6, 2024
1 parent faa74a1 commit b49200a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default async (): Promise<Config.InitialOptions> => {

// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
testPathIgnorePatterns: ['/node_modules/'],
testTimeout: 90000, // 1.5 min
testTimeout: 180000, // 3 min

// Run tests from one or more projects
projects: [
Expand Down

0 comments on commit b49200a

Please sign in to comment.