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 f86a392f..39d82372 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -10,6 +10,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 bfe330f4..05a2b2d4 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -44,6 +44,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 5a7a1b11..bcf6f92a 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -10,6 +10,7 @@ - k8s_quick - k8s_smoke - container: functest-kubernetes-smoke + timeout: 3h tests: - xrally_kubernetes - k8s_conformance |