Skip to content

Commit

Permalink
Increase test timeout to 15 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Dec 20, 2020
1 parent a2864cf commit af06573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"**/*.spec.ts"
],
"testRunner": "jest-circus/runner",
"testTimeout": 10000,
"testTimeout": 15000,
"transform": {
"^.+\\.ts$": "ts-jest"
},
Expand Down

0 comments on commit af06573

Please sign in to comment.