Skip to content

Commit

Permalink
chore: Increase global timeout for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
svsool committed Aug 3, 2020
1 parent 651d0c6 commit 814aabf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/testRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export function run(): Promise<void> {
tsConfig: path.resolve(rootDir, './tsconfig.json'),
},
}),
testTimeout: 30000,
watch: process.env.JEST_WATCH === 'true',
collectCoverage: process.env.JEST_COLLECT_COVERAGE === 'true',
},
Expand Down

0 comments on commit 814aabf

Please sign in to comment.