fix(build): make perf tests work again

This commit is contained in:
Tobias Bosch
2015-02-26 11:32:57 -08:00
parent ccb306cce7
commit 15afb80a2f
3 changed files with 11 additions and 5 deletions

View File

@ -155,7 +155,7 @@ var config = exports.config = {
jasmineNodeOpts: {
showColors: true,
defaultTimeoutInterval: argv.benchpress ? 80000 : 30000
defaultTimeoutInterval: argv['benchmark'] ? 1200000 : 30000
},
params: {
benchmark: {