Skip to content

Commit

Permalink
Merge pull request #6361 from epixa/es-routes-test-timeout
Browse files Browse the repository at this point in the history
[tests] Longer timeout in es routes test setup
  • Loading branch information
spalger committed Feb 29, 2016
2 parents 0508554 + 4b6c643 commit eb9927d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/elasticsearch/lib/__tests__/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ describe('plugins/elasticsearch', function () {
let kbnServer;

before(function () {
this.timeout(15000); // sometimes waiting for server takes longer than 10

kbnServer = kbnTestServer.createServer();
return kbnServer.ready()
.then(() => kbnServer.server.plugins.elasticsearch.waitUntilReady());
Expand Down

0 comments on commit eb9927d

Please sign in to comment.