Skip to content
Snippets Groups Projects
Commit fab0a3de authored by Thomas Laurent's avatar Thomas Laurent
Browse files

increase CI time to 'deploy'

parent 9127258a
No related branches found
No related tags found
2 merge requests!2363integration_2023_w39,!2320Reduce ITTI log message volume when queues full
......@@ -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')
......
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