Skip to content

Commit 96f620c

Browse files
dianpopaandreeaflorescu
authored andcommitted
CI: increase timeout for build tests
On arm the release tests take around 6m. Signed-off-by: Diana Popa <[email protected]>
1 parent 5d87256 commit 96f620c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration_tests/build/test_build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"features, build_type, target",
2323
itertools.product(FEATURES, BUILD_TYPES, TARGETS)
2424
)
25+
@pytest.mark.timeout(400)
2526
def test_build(test_session_root_path, features, build_type, target):
2627
"""
2728
Test different builds.

0 commit comments

Comments
 (0)