Skip to content

Commit 48fe29e

Browse files
committed
Increase test timeout.
1 parent 3f2b00d commit 48fe29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def test_plm_109_rename_complex(t: Testing, phase: Runner.Phase):
586586

587587
t.compare_all()
588588

589-
589+
@pytest.mark.timeout(30)
590590
def test_plm_110_rename_during_clone_and_repl(t: Testing):
591591
payload = random.randbytes(1000)
592592
for i in range(10):

0 commit comments

Comments
 (0)