diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2021-10-18 17:26:44 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2021-10-21 08:54:59 +0100 |
commit | 555f2fd3c8321bbad9dbfc21f01982a50a1cd555 (patch) | |
tree | 99cdbf3482163fcb2d233d4e004cfed8e8c9cbff /testsuites/stability/src/main/resources/setup/config | |
parent | 3b5519f9308f36e4cb056c2d2430c6fa46e98f4d (diff) |
Updating Distribution S3P configuration.
- fixing the scripts and jmx files after stability long run failures.
Issue-ID: POLICY-3654
Change-Id: I0ff0bf625f226f1b71664c1817cef65fbd5cf5a6
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'testsuites/stability/src/main/resources/setup/config')
-rw-r--r-- | testsuites/stability/src/main/resources/setup/config/jsonConfigs/papConfigFile.json | 2 | ||||
-rwxr-xr-x | testsuites/stability/src/main/resources/setup/config/wait_for_port.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/stability/src/main/resources/setup/config/jsonConfigs/papConfigFile.json b/testsuites/stability/src/main/resources/setup/config/jsonConfigs/papConfigFile.json index 456735be..790a8ea6 100644 --- a/testsuites/stability/src/main/resources/setup/config/jsonConfigs/papConfigFile.json +++ b/testsuites/stability/src/main/resources/setup/config/jsonConfigs/papConfigFile.json @@ -10,7 +10,7 @@ "prometheus": true }, "pdpParameters": { - "heartBeatMs": 20000, + "heartBeatMs": 300000, "updateParameters": { "maxRetryCount": 1, "maxWaitMs": 30000 diff --git a/testsuites/stability/src/main/resources/setup/config/wait_for_port.sh b/testsuites/stability/src/main/resources/setup/config/wait_for_port.sh index 63e2a493..56b5a825 100755 --- a/testsuites/stability/src/main/resources/setup/config/wait_for_port.sh +++ b/testsuites/stability/src/main/resources/setup/config/wait_for_port.sh @@ -1,6 +1,6 @@ #!/bin/sh # ============LICENSE_START==================================================== -# Copyright (C) 2020 Nordix Foundation. +# Copyright (C) 2020-2021 Nordix Foundation. # ============================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |