fix(build): make perf tests work again
This commit is contained in:
@ -155,7 +155,7 @@ var config = exports.config = {
|
||||
|
||||
jasmineNodeOpts: {
|
||||
showColors: true,
|
||||
defaultTimeoutInterval: argv.benchpress ? 80000 : 30000
|
||||
defaultTimeoutInterval: argv['benchmark'] ? 1200000 : 30000
|
||||
},
|
||||
params: {
|
||||
benchmark: {
|
||||
|
Reference in New Issue
Block a user