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 <mbreizma@redhat.com>
This commit is contained in:
Matan Breizman 2022-08-11 08:01:27 +00:00
parent c8b85873e0
commit 5db85e6f45
3 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ overrides:
- \(POOL_APP_NOT_ENABLED\) - \(POOL_APP_NOT_ENABLED\)
tasks: tasks:
- workunit: - workunit:
timeout: 1h
clients: clients:
client.0: client.0:
- rados/test_python.sh --eval-attr 'not (wait or tier or snap or ec or bench or stats)' - rados/test_python.sh --eval-attr 'not (wait or tier or snap or ec or bench or stats)'

View File

@ -10,6 +10,7 @@ overrides:
- \(POOL_APP_NOT_ENABLED\) - \(POOL_APP_NOT_ENABLED\)
tasks: tasks:
- workunit: - workunit:
timeout: 1h
clients: clients:
client.0: client.0:
- rados/test_python.sh - rados/test_python.sh

View File

@ -10,6 +10,7 @@ tasks:
- \(POOL_APP_NOT_ENABLED\) - \(POOL_APP_NOT_ENABLED\)
- ceph-fuse: - ceph-fuse:
- workunit: - workunit:
timeout: 1h
clients: clients:
client.0: client.0:
- rados/test_python.sh - rados/test_python.sh