From 4c479e8310c652189b488075681e698ac06514c3 Mon Sep 17 00:00:00 2001 From: Nathan Evans Date: Wed, 1 Oct 2025 16:49:36 -0700 Subject: [PATCH] Bump smoke test timeout --- tests/smoke/test_fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/smoke/test_fixtures.py b/tests/smoke/test_fixtures.py index c6825a25..13c1020e 100644 --- a/tests/smoke/test_fixtures.py +++ b/tests/smoke/test_fixtures.py @@ -235,7 +235,7 @@ class TestIndexer: }, clear=True, ) - @pytest.mark.timeout(800) + @pytest.mark.timeout(1200) def test_fixture( self, input_path: str,