Skip to content

Commit 4e2ae9c

Browse files
Arm backend: Increased pytest timeout (pytorch#18631)
Increased the pytest timeout 1200s->1800s due to timeout on tiny stable diffusion Signed-off-by: Christoffer J.L <christoffer.johanssonlundqvist@arm.com>
1 parent 8e67a7a commit 4e2ae9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backends/arm/requirements-arm-tosa.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +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
12+
pytest-timeout == 2.4.0

backends/arm/test/pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
2-
timeout = 1200
2+
timeout = 1800
33
addopts = --strict-markers
44
markers =
55
slow: Tests that take long time

0 commit comments

Comments
 (0)