|
|
|
@ -213,7 +213,7 @@ class App { |
|
|
|
|
const command = require.resolve('ethereumjs-testrpc-sc/cli.js'); |
|
|
|
|
|
|
|
|
|
// Launch
|
|
|
|
|
const execOpts = {maxBuffer: 1024 * 1024 * 10}; |
|
|
|
|
const execOpts = {maxBuffer: 1024 * 1024 * 100}; |
|
|
|
|
this.testrpcProcess = childprocess.exec(`node ${command} ${options}`, execOpts, (err, stdout, stderr) => { |
|
|
|
|
if (err) { |
|
|
|
|
if (stdout) this.log(`testRpc stdout:\n${stdout}`); |
|
|
|
|