diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2021-03-19 16:20:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-19 16:20:59 +0000 |
commit | 2939e020dd9a7a34dd14b6b3c776f4d1e55d1328 (patch) | |
tree | 8d7247d650ba76b7b288e55f49e7fc267d5f831e /src/onaptests/configuration | |
parent | 5e3ded022f3aa6de7594c1dcd8708d70bfc12fec (diff) | |
parent | 11eaf0bf2df74664ab9812d817e1d34e89112c0b (diff) |
Merge "Timeout on orchestration requests"
Diffstat (limited to 'src/onaptests/configuration')
-rw-r--r-- | src/onaptests/configuration/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/onaptests/configuration/settings.py b/src/onaptests/configuration/settings.py index 609ca66..5cea0a6 100644 --- a/src/onaptests/configuration/settings.py +++ b/src/onaptests/configuration/settings.py @@ -45,3 +45,5 @@ TILLER_HOST = "localhost" 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 |