Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 87f99c8

Browse files
committed
(tests) increase timeout, added more url tests
1 parent e933c55 commit 87f99c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/tests.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ var execScenario = function(cb) {
8585
* - each tests' current working directory has been set to `test/mock`
8686
*/
8787
describe('buildcontrol', function() {
88-
this.timeout(6000);
88+
this.timeout(10000);
8989

9090

9191
beforeEach(function(done) {
@@ -394,7 +394,8 @@ describe('buildcontrol', function() {
394394
'path/to/repo',
395395
'C:/user/repo',
396396
'file:///path/to/repo.git/',
397-
'git://git.com/~user/path/to/repo.git/',
397+
'git://github.com:kevinawoo/temp.git',
398+
'[email protected]:kevinawoo/temp.git',
398399
'http://git.com/path/to/repo.git/',
399400
'https://github.com/user/repo',
400401
'ssh://user@server/project.git',

0 commit comments

Comments
 (0)