Skip to content

Commit 437baab

Browse files
e2l3nVioletaDimova
authored andcommitted
Increase timeout to 15 000 ms.
1 parent 39a3bec commit 437baab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"main": "./lib/nativescript-cli.js",
1212
"scripts": {
13-
"test": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --ui mocha-fibers --recursive --reporter spec --require test/test-bootstrap.js --timeout 60000 test/ lib/common/test/unit-tests",
13+
"test": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --ui mocha-fibers --recursive --reporter spec --require test/test-bootstrap.js --timeout 150000 test/ lib/common/test/unit-tests",
1414
"postinstall": "node postinstall.js",
1515
"preuninstall": "node preuninstall.js"
1616
},

test/project-service.ts

-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ function createInjectorForPodsTest() {
244244
testInjector.register("npmInstallationManager", NpmInstallationManager);
245245
testInjector.register("iOSProjectService", IOSProjectService);
246246
testInjector.register("projectService", ProjectServiceLib.ProjectService);
247-
testInjector.register("projectHelper", ProjectHelperLib.ProjectHelper);
248247
testInjector.register("projectTemplatesService", stubs.ProjectTemplatesService);
249248
testInjector.register("projectNameValidator", mockProjectNameValidator);
250249
testInjector.register("options", Options);

0 commit comments

Comments
 (0)