Build: increase allows shell buffers for mvn package commands.

Test may fail, making the input more verbose.
This commit is contained in:
Boaz Leskes 2014-11-12 23:00:59 +01:00
parent 8483788f14
commit 9017e0e0a9

View file

@ -35,6 +35,7 @@ module.exports = function (config) {
options: {
stdout: true,
failOnError: true,
maxBuffer: 10 * 1024 * 1024,
execOptions: {
cwd: '<%= agentDir %>',
}