tests/virtual-device: Use a sleep multiplier when under valgrind

This commit is contained in:
Marco Trevisan (Treviño)
2021-01-26 05:17:48 +01:00
parent 549718753f
commit 31541edc58
2 changed files with 14 additions and 8 deletions

View File

@@ -209,6 +209,7 @@ if valgrind.found()
timeout_multiplier: 10,
env: [
'G_SLICE=always-malloc',
'UNDER_VALGRIND=1',
('LIBFPRINT_TEST_WRAPPER=@0@ --tool=memcheck --leak-check=full ' +
'--suppressions=@1@ --suppressions=@2@').format(
valgrind.path(), glib_suppressions, python_suppressions)