From 985b9581d172da9756d27d8fc302ef973b35a88e Mon Sep 17 00:00:00 2001 From: Mike Sul Date: Tue, 9 Jul 2019 18:34:40 +0300 Subject: Increase time to wait for secondaries registration at Primary Signed-off-by: Mike Sul --- lib/oeqa/selftest/cases/updater_qemux86_64.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/oeqa/selftest/cases') diff --git a/lib/oeqa/selftest/cases/updater_qemux86_64.py b/lib/oeqa/selftest/cases/updater_qemux86_64.py index 218d361..331232c 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): self._test_ctx.append_config('SOTA_CLIENT_PROV = " aktualizr-shared-prov "') def is_ecu_registered(self, ecu_id): - max_number_of_tries = 20 + max_number_of_tries = 40 try_counter = 0 # aktualizr-info is not always able to load ECU serials from DB -- cgit v1.2.3-54-g00ecf