diff options
-rw-r--r-- | lib/oeqa/selftest/cases/updater_qemux86_64.py | 2 | ||||
-rw-r--r-- | recipes-test/demo-config/shared-conf.inc | 2 |
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 e26a022..7223e9e 100644 --- a/lib/oeqa/selftest/cases/updater_qemux86_64.py +++ b/lib/oeqa/selftest/cases/updater_qemux86_64.py | |||
@@ -372,7 +372,7 @@ class IpSecondaryTests(OESelftestTestCase): | |||
372 | self._test_ctx.append_config('SOTA_CLIENT_PROV = " aktualizr-shared-prov "') | 372 | self._test_ctx.append_config('SOTA_CLIENT_PROV = " aktualizr-shared-prov "') |
373 | 373 | ||
374 | def is_ecu_registered(self, ecu_id): | 374 | def is_ecu_registered(self, ecu_id): |
375 | max_number_of_tries = 20 | 375 | max_number_of_tries = 40 |
376 | try_counter = 0 | 376 | try_counter = 0 |
377 | 377 | ||
378 | # aktualizr-info is not always able to load ECU serials from DB | 378 | # 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" | |||
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" |