diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7208f96fe2a..e1fa366b64e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,7 +66,7 @@ jobs: # This improves Windows network performance, we need this since we open many ports in our tests - name: Increase Windows port limit and reduce time wait delay run: | - REG ADD HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TCPIP\Parameters /v MaxUserPort /t REG_DWORD /d 32768 /f + netsh int ipv4 set dynamicport tcp start=1025 num=65000 REG ADD HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TCPIP\Parameters /v TcpTimedWaitDelay /t REG_DWORD /d 30 /f if: "${{ matrix.os == 'windows-latest' && !steps.release-check.outputs.IS_RELEASE }}" - name: Git checkout