We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51df591 commit ddb0135Copy full SHA for ddb0135
cmd/ssh-proxy/main_suite_test.go
@@ -78,7 +78,7 @@ var _ = SynchronizedBeforeSuite(func() []byte {
78
publicAuthorizedKey = context["authorized-key"]
79
80
node := GinkgoParallelProcess()
81
- startPort := 1070 * node
+ startPort := 1070*node + 10
82
portRange := 1000
83
endPort := startPort + portRange
84
0 commit comments