From ec6f99c5eab4e683e24001fdabb34b9410a9d02a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 9 Mar 2025 05:18:13 -0600 Subject: [PATCH] [fontations] Give clippy test more time --- src/fontations/meson.build | 1 + 1 file changed, 1 insertion(+) 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