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 21:57:00 +0200 |
commit | 6deee4428f148bf6531024634b1d68c56baed69d (patch) | |
tree | 5e257dbac7db5208976d77d5f48f4eb64bfb8a2a /lib/oeqa | |
parent | 1e4297fb44fd2c7a34d25c947e6951a6fb64f359 (diff) | |
download | meta-updater-6deee4428f148bf6531024634b1d68c56baed69d.tar.gz |
Increase time to wait for secondaries registration at Primary
Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
Diffstat (limited to 'lib/oeqa')
-rw-r--r-- | lib/oeqa/selftest/cases/updater_qemux86_64.py | 2 |
1 files changed, 1 insertions, 1 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 |