inject the defaults for the injected vars in the test bundle template

This commit is contained in:
spalger 2015-08-11 18:12:31 -07:00
parent f481899dda
commit 478c154752

View file

@ -2,7 +2,7 @@
module.exports = require('lodash').template(
`
/**
* Optimized application entry file
* Test entry file
*
* This is programatically created and updated, do not modify
*
@ -19,6 +19,13 @@ env.pluginInfo.sort().forEach(function (plugin, i) {
*
*/
window.__KBN__ = {
vars: {
kbnIndex: '.kibana',
esShardTimeout: 1500
}
};
require('ui/testHarness');
<%