From 5db85e6f45da08f5453d098523328ba5fbed2485 Mon Sep 17 00:00:00 2001 From: Matan Breizman Date: Thu, 11 Aug 2022 08:01:27 +0000 Subject: [PATCH] qa/suites: Reduce rados_python time out This test runs for few minutes, reducing timeout from 3h to 1h to avoid hanging jobs. Signed-off-by: Matan Breizman --- qa/suites/crimson-rados/basic/tasks/rados_python.yaml | 1 + qa/suites/rados/basic/tasks/rados_python.yaml | 1 + qa/suites/smoke/basic/tasks/test/rados_python.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/qa/suites/crimson-rados/basic/tasks/rados_python.yaml b/qa/suites/crimson-rados/basic/tasks/rados_python.yaml index a17914b20e004..5b67dde89e019 100644 --- a/qa/suites/crimson-rados/basic/tasks/rados_python.yaml +++ b/qa/suites/crimson-rados/basic/tasks/rados_python.yaml @@ -10,6 +10,7 @@ overrides: - \(POOL_APP_NOT_ENABLED\) tasks: - workunit: + timeout: 1h clients: client.0: - rados/test_python.sh --eval-attr 'not (wait or tier or snap or ec or bench or stats)' diff --git a/qa/suites/rados/basic/tasks/rados_python.yaml b/qa/suites/rados/basic/tasks/rados_python.yaml index 9659094501862..ead4d74350dd2 100644 --- a/qa/suites/rados/basic/tasks/rados_python.yaml +++ b/qa/suites/rados/basic/tasks/rados_python.yaml @@ -10,6 +10,7 @@ overrides: - \(POOL_APP_NOT_ENABLED\) tasks: - workunit: + timeout: 1h clients: client.0: - rados/test_python.sh diff --git a/qa/suites/smoke/basic/tasks/test/rados_python.yaml b/qa/suites/smoke/basic/tasks/test/rados_python.yaml index 61ea66a4bd52c..5bd2d277ae726 100644 --- a/qa/suites/smoke/basic/tasks/test/rados_python.yaml +++ b/qa/suites/smoke/basic/tasks/test/rados_python.yaml @@ -10,6 +10,7 @@ tasks: - \(POOL_APP_NOT_ENABLED\) - ceph-fuse: - workunit: + timeout: 1h clients: client.0: - rados/test_python.sh -- 2.39.5