From a0497ba89e78b99fc4bca9520e9b8f1d5523ea8e Mon Sep 17 00:00:00 2001 From: Eduardo Olivares Date: Tue, 24 Dec 2024 13:17:43 +0100 Subject: [PATCH] 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 --- tobiko/podified/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tobiko/podified/config.py b/tobiko/podified/config.py index 1454d417e..df4c06f44 100644 --- a/tobiko/podified/config.py +++ b/tobiko/podified/config.py @@ -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 '