From: Matan Breizman Date: Thu, 11 Aug 2022 08:01:27 +0000 (+0000) Subject: qa/suites: Reduce rados_python time out X-Git-Tag: v18.0.0~237^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5db85e6f45da08f5453d098523328ba5fbed2485;p=ceph.git 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 --- diff --git a/qa/suites/crimson-rados/basic/tasks/rados_python.yaml b/qa/suites/crimson-rados/basic/tasks/rados_python.yaml index a17914b20e00..5b67dde89e01 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 965909450186..ead4d74350dd 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 61ea66a4bd52..5bd2d277ae72 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