mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Build: increase allows shell buffers for mvn package commands.
Test may fail, making the input more verbose.
This commit is contained in:
parent
8483788f14
commit
9017e0e0a9
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ module.exports = function (config) {
|
|||
options: {
|
||||
stdout: true,
|
||||
failOnError: true,
|
||||
maxBuffer: 10 * 1024 * 1024,
|
||||
execOptions: {
|
||||
cwd: '<%= agentDir %>',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue