Skip to content

Commit c776a03

Browse files
committed
feat(deps): upgrade mocha
and increase the timeout for computer with low io rate
1 parent 875d10d commit c776a03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"jasmine": "^2.4.1",
157157
"jasmine-spec-reporter": "^2.7.0",
158158
"minimist": "^1.2.0",
159-
"mocha": "^2.4.5",
159+
"mocha": "^3.0.0",
160160
"mock-fs": "^3.12.0",
161161
"npm-run": "^4.1.0",
162162
"npm-run-all": "^3.0.0",

tests/acceptance/destroy.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const expect = require('chai').expect;
77

88
describe('Acceptance: ng destroy', function () {
99
beforeEach(function () {
10-
this.timeout(10000);
10+
this.timeout(30000);
1111
return tmp.setup('./tmp').then(function () {
1212
process.chdir('./tmp');
1313
}).then(function () {

0 commit comments

Comments
 (0)