Skip to content

Commit

Permalink
Merge pull request #2 from anthonyhastings/increasing-timeout
Browse files Browse the repository at this point in the history
increasing timeout to handle CI/CD having to pull images
  • Loading branch information
anthonyhastings committed Oct 22, 2023
2 parents 8ce6303 + 86eb7d8 commit a0d148e
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 a0d148e

Please sign in to comment.