Skip to content

Commit f062867

Browse files
Arm backend: Add 20-minute pytest timeout for arm tests (pytorch#18534)
Change-Id: I94261e08434d37ef99d8c202844b2102f1836f79 cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell Signed-off-by: Christoffer J.L <christoffer.johanssonlundqvist@arm.com>
1 parent 6986d91 commit f062867

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

backends/arm/requirements-arm-tosa.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ tosa-adapter-model-explorer == 0.1.0
99
ai-edge-model-explorer >= 0.1.16
1010
# NOTE: Will be removed when tosa-tools is installed via pypi
1111
pybind11 == 2.10.4
12+
pytest-timeout

backends/arm/test/pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[pytest]
2+
timeout = 1200
23
addopts = --strict-markers
34
markers =
45
slow: Tests that take long time

0 commit comments

Comments
 (0)