Skip to content

Commit f985ebb

Browse files
committed
bump timeout
1 parent f928f6d commit f985ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/codegen/sdk/code_generation/test_api_doc_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_api_doc_generation_sanity(codebase, language: ProgrammingLanguage) -> N
4747
# assert "InviteFactoryCreateParams" in docs # Canonicals aren't in docs
4848

4949

50-
@pytest.mark.timeout(120)
50+
@pytest.mark.timeout(160)
5151
@pytest.mark.xdist_group("codegen")
5252
def test_mdx_api_doc_generation_sanity(codebase) -> None:
5353
docs_json = generate_docs_json(codebase, "HEAD")

0 commit comments

Comments
 (0)