summaryrefslogtreecommitdiffstats
path: root/recipes-test
diff options
context:
space:
mode:
authorMike Sul <ext-mykhaylo.sul@here.com>2019-07-09 18:34:40 +0300
committerMike Sul <ext-mykhaylo.sul@here.com>2019-07-09 18:34:40 +0300
commit48959a970f4754c101d32864847509250b0bc931 (patch)
tree410d6e3c5412102ffdf0e9cb90d2db0fcd7ea28e /recipes-test
parent37201eba4e17aea092a242b793424135cba3c8b8 (diff)
downloadmeta-updater-48959a970f4754c101d32864847509250b0bc931.tar.gz
Increase time to wait for secondaries registration at Primaryfix/ip-secondary-oeselftest/timeout
Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
Diffstat (limited to 'recipes-test')
-rw-r--r--recipes-test/demo-config/shared-conf.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-test/demo-config/shared-conf.inc b/recipes-test/demo-config/shared-conf.inc
index ce2bb44..c5ab598 100644
--- a/recipes-test/demo-config/shared-conf.inc
+++ b/recipes-test/demo-config/shared-conf.inc
@@ -2,4 +2,4 @@ SECONDARY_IP ?= "10.0.3.2"
2SECONDARY_PORT ?= "9050" 2SECONDARY_PORT ?= "9050"
3PRIMARY_IP ?= "10.0.3.1" 3PRIMARY_IP ?= "10.0.3.1"
4PRIMARY_PORT ?= "9040" 4PRIMARY_PORT ?= "9040"
5PRIMARY_WAIT_TIMEOUT ?= "120" 5PRIMARY_WAIT_TIMEOUT ?= "240"