diff options
| author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-07-24 13:34:33 +0200 |
|---|---|---|
| committer | Laurent Bonnans <laurent.bonnans@here.com> | 2019-08-15 17:49:09 +0200 |
| commit | a6e445b011e4e51f2e1fc740bdd342b60b3f512a (patch) | |
| tree | c073df06d3f60bd9a15657f5c342d20bdb6d7ea4 | |
| parent | 9ad56b95d14b5f88011239180e8a0f533cca8c24 (diff) | |
| download | meta-updater-a6e445b011e4e51f2e1fc740bdd342b60b3f512a.tar.gz | |
Longer timeout for primary/secondary oe-selftest
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
(cherry-picked from commit 383144042a1354a0d1e6d042e77bdb0faaba9ed2)
| -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 2b4726c..c65d6e9 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 = 40 | 361 | max_number_of_tries = 120 |
| 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 |
