Skip to content

Commit

Permalink
Merge pull request elastic#7468 from jbudz/test-timeout
Browse files Browse the repository at this point in the history
[test] Increase server logging test timeout
  • Loading branch information
jbudz authored Jun 15, 2016
2 parents a167253 + a8084a3 commit 5b385a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/serve/__tests__/reload_logging_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5b385a5

Please sign in to comment.