Skip to content

Commit

Permalink
increase global test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Sep 12, 2024
1 parent 509f54d commit 72eebb6
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/presets/js-with-ts-esm',
testEnvironment: 'node',
testTimeout: 120000,
testTimeout: 180000,
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 72eebb6

Please sign in to comment.