1 parent 1690292 commit 0a5efcfCopy full SHA for 0a5efcf
2 files changed
socks5/server_test.go
@@ -117,7 +117,7 @@ func TestProxyWithAuthRejection(t *testing.T) {
117
}
118
119
120
-var testPortCounter int32 = 50000
+var testPortCounter int32 = 25000
121
122
func pickFreeAddr(t testing.TB) string {
123
port := atomic.AddInt32(&testPortCounter, 1)
test_suite_test.go
@@ -536,7 +536,7 @@ func (t *testTun) Close() error {
536
return nil
537
538
539
-var testPortCounter int32 = 40000
+var testPortCounter int32 = 20000
540
541
542
0 commit comments