diff --git a/src/fontations/meson.build b/src/fontations/meson.build index d93a5c47d..d21b9af4c 100644 --- a/src/fontations/meson.build +++ b/src/fontations/meson.build @@ -74,6 +74,7 @@ if get_option('tests').enabled() and cargo.found() ] + cargo_args + [ '--', '-D', 'warnings', ], + timeout: 120, ) endif