Skip to content

Commit

Permalink
fix: increase federation server tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordy Cabannes committed Jan 4, 2024
1 parent 16da6ab commit 816229a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/federation-server/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
testTimeout: 360000,
testTimeout: 720000,
testEnvironment: 'node',
preset: 'ts-jest',
collectCoverage: true,
Expand Down

0 comments on commit 816229a

Please sign in to comment.