Skip to content

Commit

Permalink
ci: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Jul 20, 2021
1 parent 330d672 commit c776604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const config = {
preset: 'ts-jest',
testTimeout: 30000,
testTimeout: 60000,
testEnvironment: 'node',
testPathIgnorePatterns: ['<rootDir>/dist/', '<rootDir>/node_modules/'],
}
Expand Down

0 comments on commit c776604

Please sign in to comment.