diff options
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.cntt.yml | 1 | ||||
-rw-r--r-- | ansible/site.gate.yml | 1 | ||||
-rw-r--r-- | ansible/site.yml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 0070a726..8f5fab92 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -13,6 +13,7 @@ - k8s_quick - k8s_smoke - container: functest-kubernetes-smoke + timeout: 3h tests: - xrally_kubernetes - k8s_conformance diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index cb269eb6..4542fb13 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -47,6 +47,7 @@ - k8s_quick - k8s_smoke - container: functest-kubernetes-smoke + timeout: 3h tests: - xrally_kubernetes - k8s_conformance diff --git a/ansible/site.yml b/ansible/site.yml index 1686ba2f..4430df7b 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -13,6 +13,7 @@ - k8s_quick - k8s_smoke - container: functest-kubernetes-smoke + timeout: 3h tests: - xrally_kubernetes - k8s_conformance |