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

Commit a9f6fe9

Browse files
committed
test: git servers take a while to shut down
Specially on travis -- changing ports prevents that conflict from happening, but we'll need to keep doing it for every test that uses git. PR-URL: #10903 Credit: @zkat
1 parent 649c193 commit a9f6fe9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/tap/git-dependency-install-link.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var pjParent = JSON.stringify({
3030
name: 'parent',
3131
version: '1.2.3',
3232
dependencies: {
33-
'child': 'git://localhost:1234/child.git'
33+
'child': 'git://localhost:1243/child.git'
3434
}
3535
}, null, 2) + '\n'
3636

@@ -135,7 +135,7 @@ function setup (cb) {
135135
'--listen=localhost',
136136
'--export-all',
137137
'--base-path=.',
138-
'--port=1234'
138+
'--port=1243'
139139
],
140140
{
141141
cwd: pkg,

0 commit comments

Comments
 (0)