From 6deee4428f148bf6531024634b1d68c56baed69d 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') 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): 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