From 612848c7353ced7aa0f16ff90ad3afffa65e8aed Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Fri, 19 Mar 2021 20:49:16 +0000 Subject: Wait 15 minutes for orchestration requests Issue-ID: TEST-316 Signed-off-by: Michal Jagiello Change-Id: Iae4398b36293e78cd8e9a98782ed26eeba4d7d1e --- src/onaptests/configuration/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/onaptests/configuration/settings.py') diff --git a/src/onaptests/configuration/settings.py b/src/onaptests/configuration/settings.py index 5cea0a6..491e5e0 100644 --- a/src/onaptests/configuration/settings.py +++ b/src/onaptests/configuration/settings.py @@ -46,4 +46,4 @@ K8S_CONFIG = None # None means it will use default config (~/.kube/config) K8S_NAMESPACE = "onap" # Kubernetes namespace #SOCK_HTTP = "socks5h://127.0.0.1:8091" -ORCHESTRATION_REQUEST_TIMEOUT = 60.0 * 10 # Ten minutes in seconds +ORCHESTRATION_REQUEST_TIMEOUT = 60.0 * 15 # 15 minutes in seconds -- cgit 1.2.3-korg