Raise tobiko_start_pod_timeout to 100 seconds

It has been observed that sometimes tests may fail with the previous
timeout of 60 seconds.

Change-Id: Ia71b38bd9fb045bf2b3e42ee89d776e22257ef87
This commit is contained in:
Eduardo Olivares 2024-12-24 13:17:43 +01:00
parent 43b06f412a
commit a0497ba89e

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 '