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-17 15:56:38 +0300 |
commit | 985b9581d172da9756d27d8fc302ef973b35a88e (patch) | |
tree | 42a59562a7863e8abfd4ec9b6e140c9cc6069b2f /lib/oeqa/selftest/cases | |
parent | fe5aeb7adef1442986bac9845fc12668a4c85d35 (diff) | |
download | meta-updater-985b9581d172da9756d27d8fc302ef973b35a88e.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/selftest/cases')
-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 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): | |||
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 |