Skip to content

Commit d344892

Browse files
ravwojdylaclaude
andcommitted
iris: drop unneeded pytestmark timeout from finelog startup test
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 58c8076 commit d344892

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/iris/tests/cluster/controller/test_finelog_startup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@
1010

1111
import time
1212

13-
import pytest
1413
from finelog.client import LogClient
1514

16-
pytestmark = pytest.mark.timeout(15)
17-
1815

1916
def test_controller_starts_when_finelog_table_registration_fails(make_controller, monkeypatch):
2017
real_get_table = LogClient.get_table

0 commit comments

Comments
 (0)