Commit 20bb31f
committed
Increase wait_timeout for removing storage
On some infras, the CI job is failing because it gets timeout, where
it is removed 30 seconds later. The error looks like:
TASK [ci_local_storage : Remove the cifmw_cls_namespace namespace
task path: /home/zuul/src/github.com/openstack-k8s-operators/ci-framework/roles/ci_local_storage/tasks/cleanup.yml:58
fatal: [localhost]: FAILED! =>
changed: true
duration: 120
method: delete
msg: '"Namespace" "openstack": Timed out waiting on resource'
result:
apiVersion: v1
kind: Namespace
Increase timeout from 120 to 300.
Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>1 parent 659f4ef commit 20bb31f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
0 commit comments