|
|
@@ -10,7 +10,7 @@
|
|
|
"public": "./public"
|
|
|
},
|
|
|
"scripts": {
|
|
|
- "test:acceptance:run_dir": "mocha --recursive --reporter spec --timeout 15000 --exit --grep=$MOCHA_GREP $@",
|
|
|
+ "test:acceptance:run_dir": "mocha --recursive --reporter spec --timeout 25000 --exit --grep=$MOCHA_GREP $@",
|
|
|
"test:unit": "npm -q run compile:app && bin/unit_test --grep=$MOCHA_GREP $@",
|
|
|
"test:unit:ci": "bin/unit_test --timeout 10000",
|
|
|
"test:unit:app": "npm -q run compile:app && bin/unit_test_app $@",
|