summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/selftest/cases
diff options
context:
space:
mode:
authorlbonn <lbonn@users.noreply.github.com>2019-07-24 16:32:19 +0200
committerGitHub <noreply@github.com>2019-07-24 16:32:19 +0200
commit1e229a8747283d93eca0fc3c8ef90c52aca4187d (patch)
tree1e85f1c489bc49b9200ee2e634a3a02c6bfa7593 /lib/oeqa/selftest/cases
parent7896e16972f8c76689d090ae36b5f580f0e8667a (diff)
parent383144042a1354a0d1e6d042e77bdb0faaba9ed2 (diff)
downloadmeta-updater-1e229a8747283d93eca0fc3c8ef90c52aca4187d.tar.gz
Move `before_script` gitlab steps to `script` (#563)
Move `before_script` gitlab steps to `script`
Diffstat (limited to 'lib/oeqa/selftest/cases')
-rw-r--r--lib/oeqa/selftest/cases/updater_qemux86_64.py2
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