From 0a33b2cf6d32c8661c8d1a9e7d5f46cb428e4e18 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 11 Jun 2024 17:46:03 +0200 Subject: [PATCH] meson: Increase test timeouts for slower arches Signed-off-by: Nils Philippsen --- app/tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tests/meson.build b/app/tests/meson.build index 66033416977..217bd3d0b72 100644 --- a/app/tests/meson.build +++ b/app/tests/meson.build @@ -70,7 +70,7 @@ foreach test_name : app_tests 'UI_TEST=yes', ], suite: 'app', - timeout: 60, + timeout: 120, is_parallel : false, priority: prio, ) -- GitLab