diff options
Diffstat (limited to 'src/tests/meson.build')
| -rw-r--r-- | src/tests/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/meson.build b/src/tests/meson.build index 9c51e8d4..153128f2 100644 --- a/src/tests/meson.build +++ b/src/tests/meson.build @@ -21,6 +21,7 @@ foreach test_unit: test_units 'src/' + test_unit, test_script, args: test_args + [exe.full_path()], + timeout: default_test_timeout, ) endforeach |