From fab0a3de3e7659e91f3b26f205c79e590a1be227 Mon Sep 17 00:00:00 2001 From: Laurent THOMAS <laurent.thomas@open-cells.com> Date: Wed, 20 Sep 2023 09:44:09 +0200 Subject: [PATCH] increase CI time to 'deploy' --- ci-scripts/cls_physim1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-scripts/cls_physim1.py b/ci-scripts/cls_physim1.py index b0c9012d7dc..70f8729764b 100644 --- a/ci-scripts/cls_physim1.py +++ b/ci-scripts/cls_physim1.py @@ -161,7 +161,7 @@ class PhySim: isRunning = False count = 0 # Check whether the containers are in Running state or not under 2 mins - while(count < 2 and isRunning == False): + while(count < 5 and isRunning == False): time.sleep(60) mySSH.command('oc get pods -o wide -l app=physim | tee -a cmake_targets/log/physim_pods_summary.txt', '\$', 30, resync=True) running_count = mySSH.getBefore().count('Running') -- GitLab