From 288cfc4bf60a82b1984529643feefcc191ecb4a0 Mon Sep 17 00:00:00 2001 From: Joshua Kuestersteffen Date: Wed, 31 Jul 2024 14:57:04 -0500 Subject: [PATCH] Reset the timeout --- test/e2e/.mocharc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/.mocharc.js b/test/e2e/.mocharc.js index 6eafe376..c20016ad 100644 --- a/test/e2e/.mocharc.js +++ b/test/e2e/.mocharc.js @@ -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',