mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
support/testing/test/init/test_systemd_selinux.py: use timeout argument for emulator.login
self.emulator.timeout_multiplier *= 10 is equivilent to 60 * 10 or 600.
Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit c9316f21c7)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
21f2727b4e
commit
6ff63490d1
@@ -20,9 +20,9 @@ class TestSELinuxSystemd(infra.basetest.BRTest):
|
||||
"""
|
||||
|
||||
def wait_boot(self):
|
||||
# The complete boot with systemd takes more time than what the default multipler permits
|
||||
self.emulator.timeout_multiplier *= 10
|
||||
self.emulator.login()
|
||||
# The complete boot with systemd takes more time than what the
|
||||
# default typically allows
|
||||
self.emulator.login(timeout=600)
|
||||
|
||||
def run_tests(self, fstype):
|
||||
kernel = os.path.join(self.builddir, "images", "bzImage")
|
||||
|
||||
Reference in New Issue
Block a user