mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 01:42:55 +00:00
increase concurrency again
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user