diff options
author | Mike Sul <ext-mykhaylo.sul@here.com> | 2019-07-09 18:34:40 +0300 |
---|---|---|
committer | Mykhaylo Sul <ext-mykhaylo.sul@here.com> | 2019-07-19 22:00:08 +0200 |
commit | 7dadf6958cba8944ece14ef7392768c4fac2d71c (patch) | |
tree | a45ea9fc9ce13eeb216e50ad23eed02011cf0785 /recipes-test | |
parent | c30a2d80fc968e482e8a7e76585da61969e6447f (diff) | |
download | meta-updater-7dadf6958cba8944ece14ef7392768c4fac2d71c.tar.gz |
Increase time to wait for secondaries registration at Primary
Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
Diffstat (limited to 'recipes-test')
-rw-r--r-- | recipes-test/demo-config/shared-conf.inc | 2 |
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" | |||
2 | SECONDARY_PORT ?= "9050" | 2 | SECONDARY_PORT ?= "9050" |
3 | PRIMARY_IP ?= "10.0.3.1" | 3 | PRIMARY_IP ?= "10.0.3.1" |
4 | PRIMARY_PORT ?= "9040" | 4 | PRIMARY_PORT ?= "9040" |
5 | PRIMARY_WAIT_TIMEOUT ?= "120" | 5 | PRIMARY_WAIT_TIMEOUT ?= "240" |