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:
parent
43b06f412a
commit
a0497ba89e
@ -42,7 +42,7 @@ OPTIONS = [
|
|||||||
help='Contaniner image used to run background tobiko commands '
|
help='Contaniner image used to run background tobiko commands '
|
||||||
'like e.g. `tobiko ping` in the POD.'),
|
'like e.g. `tobiko ping` in the POD.'),
|
||||||
cfg.IntOpt('tobiko_start_pod_timeout',
|
cfg.IntOpt('tobiko_start_pod_timeout',
|
||||||
default=60,
|
default=100,
|
||||||
help='Defines how long Tobiko will wait until POD with the '
|
help='Defines how long Tobiko will wait until POD with the '
|
||||||
'background command (like tobiko ping) will be `Running`. '
|
'background command (like tobiko ping) will be `Running`. '
|
||||||
'In most cases, if tobiko image is already in the local '
|
'In most cases, if tobiko image is already in the local '
|
||||||
|
Loading…
x
Reference in New Issue
Block a user