Skip to content

Commit

Permalink
increase timeout of webview tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed May 19, 2022
1 parent bc4e7f2 commit 03ed320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ module.exports = {
preset: 'ts-jest',
setupFiles: ['jest-canvas-mock', '<rootDir>/setup-tests.js'],
testEnvironment: 'node',
testTimeout: 10000
testTimeout: 20000
}

0 comments on commit 03ed320

Please sign in to comment.