Skip to content

Commit

Permalink
try longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mhchia committed Aug 16, 2023
1 parent 9d1934b commit ccb3f6b
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 @@ -9,7 +9,7 @@ const config: Config.InitialOptions = {
"^.+\\.tsx?$": ["ts-jest", { tsconfig: "tsconfig.test.json" }]
},
"silent": true,
"testTimeout": 100000,
"testTimeout": 200000,
"collectCoverage": true,
"forceExit": true,
};
Expand Down

0 comments on commit ccb3f6b

Please sign in to comment.