[fontations] Give clippy test more time

This commit is contained in:
Behdad Esfahbod 2025-03-09 05:18:13 -06:00
parent 9e639e676a
commit ec6f99c5ea

View file

@ -74,6 +74,7 @@ if get_option('tests').enabled() and cargo.found()
] + cargo_args + [
'--', '-D', 'warnings',
],
timeout: 120,
)
endif