Skip to content
Snippets Groups Projects
Commit 2887df4a authored by Mohammed Ismail's avatar Mohammed Ismail
Browse files

CI: delay increased for 5gcn deployment on cluster to give more time for service to become active

parent 2d85ed68
No related branches found
No related tags found
1 merge request!17Helm tutorial
......@@ -181,7 +181,7 @@ class ClusterDeploy:
podName = res2.group(0)
isRunning = False
count = 0
while count < 6 and isRunning == False:
while count < 12 and isRunning == False:
time.sleep(5)
if imageName == 'mysql':
res = subprocess.check_output(f'oc exec {podName} -i -t -- mysqladmin -u root --password=linux ping || true', stderr=subprocess.STDOUT, shell=True, universal_newlines=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment