We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d87256 commit 96f620cCopy full SHA for 96f620c
tests/integration_tests/build/test_build.py
@@ -22,6 +22,7 @@
22
"features, build_type, target",
23
itertools.product(FEATURES, BUILD_TYPES, TARGETS)
24
)
25
+@pytest.mark.timeout(400)
26
def test_build(test_session_root_path, features, build_type, target):
27
"""
28
Test different builds.
0 commit comments