Skip to content

Commit 4c479e8

Browse files
committed
Bump smoke test timeout
1 parent 8d6db47 commit 4c479e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/smoke/test_fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def __run_query(self, root: Path, query_config: dict[str, str]):
235235
},
236236
clear=True,
237237
)
238-
@pytest.mark.timeout(800)
238+
@pytest.mark.timeout(1200)
239239
def test_fixture(
240240
self,
241241
input_path: str,

0 commit comments

Comments
 (0)