From a8084a3cbc1e8f05ba90bb4cda30343c7f2df536 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Wed, 15 Jun 2016 10:22:00 -0500 Subject: [PATCH] [test] Increase server logging test timeout --- src/cli/serve/__tests__/reload_logging_config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cli/serve/__tests__/reload_logging_config.js b/src/cli/serve/__tests__/reload_logging_config.js index e53e646974f1..98bc195a4efa 100644 --- a/src/cli/serve/__tests__/reload_logging_config.js +++ b/src/cli/serve/__tests__/reload_logging_config.js @@ -23,6 +23,8 @@ function setLoggingJson(enabled) { describe(`Server logging configuration`, function () { it(`should be reloadable via SIGHUP process signaling`, function (done) { + this.timeout(60000); + let asserted = false; let json = Infinity; const conf = setLoggingJson(true);