mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
tests: Double the timeouts when testing with address sanitizer
This commit is contained in:
committed by
Bastien Nocera
parent
d72c802415
commit
714f499ab6
@ -57,6 +57,9 @@ class TestFprintd(dbusmock.DBusTestCase):
|
||||
if os.path.exists(valgrind):
|
||||
klass.wrapper_args += ['--suppressions={}'.format(valgrind)]
|
||||
|
||||
if 'ADDRESS_SANITIZER' in os.environ:
|
||||
klass.sleep_time *= 2
|
||||
|
||||
def setUp(self):
|
||||
(self.p_mock, self.obj_fprintd_manager) = self.spawn_server_template(
|
||||
self.template_name, {}, stdout=subprocess.PIPE)
|
||||
|
||||
Reference in New Issue
Block a user