Merge "Raise tobiko_start_pod_timeout to 100 seconds"

This commit is contained in:
Zuul 2024-12-24 15:38:06 +00:00 committed by Gerrit Code Review
commit 3dfa428120

View File

@ -42,7 +42,7 @@ OPTIONS = [
help='Contaniner image used to run background tobiko commands '
'like e.g. `tobiko ping` in the POD.'),
cfg.IntOpt('tobiko_start_pod_timeout',
default=60,
default=100,
help='Defines how long Tobiko will wait until POD with the '
'background command (like tobiko ping) will be `Running`. '
'In most cases, if tobiko image is already in the local '