From: Andrea Pappacoda <andrea@pappacoda.it>
Date: Fri, 12 Jul 2024 16:26:43 +0200
Subject: Increase test timeout

Forwarded: not-needed
Last-Update: 2025-08-10

Test on some architectures are particularly slow, so increase the
timeout where needed
---
 tests/fmt/meson.build     | 2 +-
 tests/project/meson.build | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/fmt/meson.build b/tests/fmt/meson.build
index b84f0c4..908db22 100644
--- a/tests/fmt/meson.build
+++ b/tests/fmt/meson.build
@@ -14,7 +14,7 @@ test(
     suite: 'fmt',
 
     # Increased timeout necessary to avoid sporadic timeouts on GitHub ubuntu workflow
-    timeout: 90,
+    timeout: 180,
 )
 
 subdir('editorconfig')
diff --git a/tests/project/meson.build b/tests/project/meson.build
index f409198..f36fd92 100644
--- a/tests/project/meson.build
+++ b/tests/project/meson.build
@@ -126,6 +126,7 @@ foreach t : tests
             args: test_args,
             suite: suites,
             kwargs: kwargs,
+            timeout: 120,
         )
     endforeach
 endforeach
