Skip to content

Commit cf68c96

Browse files
Patil, OmkarPatil, Omkar
Patil, Omkar
authored and
Patil, Omkar
committed
Changes to avoid travis timeout
1 parent cf97836 commit cf68c96

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test-app.js

-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ var helpers = require('yeoman-generator').test;
66
var os = require('os');
77

88
describe('node-ts:app', function () {
9-
//Needs only 5 seconds for running tsd and tsd install node --save but keeping it for 30 seconds for travis
10-
this.timeout(5000);
119
before(function (done) {
1210
helpers.run(path.join(__dirname, '../generators/app'))
1311
.withOptions({ skipInstall: true })
@@ -36,7 +34,6 @@ describe('node-ts:app', function () {
3634
assert.file([
3735
'.vscode/tasks.json',
3836
'typings/app.d.ts',
39-
'typings/node',
4037
'gulpfile.js',
4138
'tsconfig.json',
4239
'tslint.json',

0 commit comments

Comments
 (0)