increase concurrency again

This commit is contained in:
Christian Schwarz
2024-06-20 09:15:42 +00:00
parent a772c2dea7
commit 0fcddc1e04

View File

@@ -24,7 +24,7 @@ if TYPE_CHECKING:
# Run the main PostgreSQL regression tests, in src/test/regress.
#
@pytest.mark.timeout(30*60)
@pytest.mark.repeat(1)
@pytest.mark.repeat(20)
@pytest.mark.parametrize("shard_count", [None, 4])
def test_pg_regress(
neon_env_builder: NeonEnvBuilder,