summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sul <ext-mykhaylo.sul@here.com>2019-07-09 18:34:40 +0300
committerMykhaylo Sul <ext-mykhaylo.sul@here.com>2019-07-19 22:00:08 +0200
commit7dadf6958cba8944ece14ef7392768c4fac2d71c (patch)
treea45ea9fc9ce13eeb216e50ad23eed02011cf0785
parentc30a2d80fc968e482e8a7e76585da61969e6447f (diff)
downloadmeta-updater-7dadf6958cba8944ece14ef7392768c4fac2d71c.tar.gz
Increase time to wait for secondaries registration at Primary
Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
-rw-r--r--lib/oeqa/selftest/cases/updater_qemux86_64.py2
-rw-r--r--recipes-test/demo-config/shared-conf.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/oeqa/selftest/cases/updater_qemux86_64.py b/lib/oeqa/selftest/cases/updater_qemux86_64.py
index 80d135f..2b4726c 100644
--- a/lib/oeqa/selftest/cases/updater_qemux86_64.py
+++ b/lib/oeqa/selftest/cases/updater_qemux86_64.py
@@ -358,7 +358,7 @@ class IpSecondaryTests(OESelftestTestCase):
358 self._test_ctx.append_config('SOTA_CLIENT_PROV = " aktualizr-shared-prov "') 358 self._test_ctx.append_config('SOTA_CLIENT_PROV = " aktualizr-shared-prov "')
359 359
360 def is_ecu_registered(self, ecu_id): 360 def is_ecu_registered(self, ecu_id):
361 max_number_of_tries = 20 361 max_number_of_tries = 40
362 try_counter = 0 362 try_counter = 0
363 363
364 # aktualizr-info is not always able to load ECU serials from DB 364 # aktualizr-info is not always able to load ECU serials from DB
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"