diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-07-10 12:03:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-10 12:03:58 +0200 |
commit | 9b397b1e047c23921e07258b8a1664d55d850488 (patch) | |
tree | 410d6e3c5412102ffdf0e9cb90d2db0fcd7ea28e /lib | |
parent | 37201eba4e17aea092a242b793424135cba3c8b8 (diff) | |
parent | 48959a970f4754c101d32864847509250b0bc931 (diff) | |
download | meta-updater-9b397b1e047c23921e07258b8a1664d55d850488.tar.gz |
Merge pull request #538 from advancedtelematic/fix/ip-secondary-oeselftest/timeout
Increase time to wait for secondaries registration at Primary
Diffstat (limited to 'lib')
-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 e26a022..7223e9e 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 |