Skip to content

Commit

Permalink
increasing timeout to handle CI/CD having to pull images
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyhastings committed Oct 22, 2023
1 parent 8ce6303 commit 86eb7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
testEnvironment: 'node',
testTimeout: 20000,
testTimeout: 40000,
verbose: true,
};

0 comments on commit 86eb7d8

Please sign in to comment.