Increase timeout for test_pageserver_gc_compaction_smoke (#11410)

## Problem
The test_pageserver_gc_compaction_smoke fails rather often due to a
timeout on slow machines.
See https://github.com/neondatabase/neon/issues/11355.

## Summary of changes
Increase the timeout for the test.
This commit is contained in:
Alexander Lakhin
2025-04-03 14:23:30 +03:00
committed by GitHub
parent 64a8d0c2e6
commit 4e8e0951be

View File

@@ -166,6 +166,7 @@ def test_pageserver_compaction_preempt(
@skip_in_debug_build("only run with release build")
@pytest.mark.timeout(900) # This test is slow with sanitizers enabled, especially on ARM
@pytest.mark.parametrize(
"with_branches",
["with_branches", "no_branches"],