Skip to content

Commit

Permalink
added esRequestTimeout to the default injected test values
Browse files Browse the repository at this point in the history
Fixes #6377
  • Loading branch information
u1473499 authored and w33ble committed Mar 2, 2016
1 parent 5776eec commit 0bfeeea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/testsBundle/testsEntryTemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ window.__KBN__ = {
kbnIndex: '.kibana',
esShardTimeout: 1500,
esApiVersion: '2.0',
esRequestTimeout: '300000'
}
};
Expand Down

0 comments on commit 0bfeeea

Please sign in to comment.