We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875d10d commit c776a03Copy full SHA for c776a03
package.json
@@ -156,7 +156,7 @@
156
"jasmine": "^2.4.1",
157
"jasmine-spec-reporter": "^2.7.0",
158
"minimist": "^1.2.0",
159
- "mocha": "^2.4.5",
+ "mocha": "^3.0.0",
160
"mock-fs": "^3.12.0",
161
"npm-run": "^4.1.0",
162
"npm-run-all": "^3.0.0",
tests/acceptance/destroy.spec.js
@@ -7,7 +7,7 @@ const expect = require('chai').expect;
7
8
describe('Acceptance: ng destroy', function () {
9
beforeEach(function () {
10
- this.timeout(10000);
+ this.timeout(30000);
11
return tmp.setup('./tmp').then(function () {
12
process.chdir('./tmp');
13
}).then(function () {
0 commit comments