From d175570387eb4eeaf0e3ea517e2418d68e36ab5c Mon Sep 17 00:00:00 2001 From: Arseny Sher Date: Sat, 25 Mar 2023 16:15:48 +0400 Subject: [PATCH] need more ports --- test_runner/fixtures/neon_fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/fixtures/neon_fixtures.py b/test_runner/fixtures/neon_fixtures.py index 8b228ad804..d8c50f0960 100644 --- a/test_runner/fixtures/neon_fixtures.py +++ b/test_runner/fixtures/neon_fixtures.py @@ -77,7 +77,7 @@ DEFAULT_BRANCH_NAME: str = "main" DEFAULT_PG_VERSION_DEFAULT: str = "14" BASE_PORT: int = 15000 -WORKER_PORT_NUM: int = 1000 +WORKER_PORT_NUM: int = 10000 def pytest_configure(config: Config):