summaryrefslogtreecommitdiffstats
path: root/ansible/roles/rke/molecule/default/tests/test_infrastructure.py
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/rke/molecule/default/tests/test_infrastructure.py')
-rw-r--r--ansible/roles/rke/molecule/default/tests/test_infrastructure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/rke/molecule/default/tests/test_infrastructure.py b/ansible/roles/rke/molecule/default/tests/test_infrastructure.py
index 9ba11d6e..731f38bf 100644
--- a/ansible/roles/rke/molecule/default/tests/test_infrastructure.py
+++ b/ansible/roles/rke/molecule/default/tests/test_infrastructure.py
@@ -52,5 +52,5 @@ def test_pods_ready(host):
'metadata']['ownerReferences'][0]['kind'] == 'Job':
continue
assert host.run(
- 'kubectl wait --timeout=120s --for=condition=' + condition + ' -n ' +
+ 'kubectl wait --timeout=240s --for=condition=' + condition + ' -n ' +
namespace + ' pods/' + podname).rc == 0