Skip to content

Commit

Permalink
Reset the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Jul 31, 2024
1 parent 3dffb0e commit 288cfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/.mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
fullTrace: true,
asyncOnly: false,
spec: ['test/e2e/**/*.spec.js'],
timeout: 999_000, // spinning up a CHT instance takes a little long
timeout: 120_000, // spinning up a CHT instance takes a little long
reporter: 'spec',
file: ['test/e2e/hooks.js'],
captureFile: 'test/e2e/results.txt',
Expand Down

0 comments on commit 288cfc4

Please sign in to comment.