Skip to content

Commit

Permalink
increase default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Feb 16, 2024
1 parent e4dc4de commit 37be0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.appscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
rootDir: 'tests/appscript',
preset: 'ts-jest',
testEnvironment: 'node',
testTimeout: 30000,
testTimeout: 120000,
globalSetup: '../globalSetup.js',
globalTeardown: '../globalTeardown.js',
maxWorkers: 1, // since we run our tests within apps script, we can't run them in parallel
Expand Down

0 comments on commit 37be0dc

Please sign in to comment.