Skip to content

Commit 2069c15

Browse files
committed
test setup
1 parent 4b8fbb9 commit 2069c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Docker.Testify/DockerSetup.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ private int GetFreePort()
126126
{
127127
lock (UsedPorts)
128128
{
129-
const int startRange = 1000;
130-
const int endRange = 10000;
129+
const int startRange = 10002;
130+
const int endRange = 15000;
131131
var ipGlobalProperties = IPGlobalProperties.GetIPGlobalProperties();
132132
var tcpPorts = ipGlobalProperties.GetActiveTcpListeners();
133133
var udpPorts = ipGlobalProperties.GetActiveUdpListeners();

0 commit comments

Comments
 (0)