From db0081db3edcbeaf36a41c8705f017a1a2a0f416 Mon Sep 17 00:00:00 2001 From: Artur Wilczak Date: Tue, 29 Oct 2024 13:01:18 +0100 Subject: [PATCH] boards: Fix to accommodate for slowly tests on UP2 To accommodate for some slow tests on up2. For example: tests/arch/x86/info/arch.x86.info.userspace Execution time of this test is close to 55s and sometimes above up to the 60s. Related issue: #80134 Signed-off-by: Artur Wilczak --- boards/up-bridge-the-gap/up_squared/up_squared.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/up-bridge-the-gap/up_squared/up_squared.yaml b/boards/up-bridge-the-gap/up_squared/up_squared.yaml index 79e4d5e7e92a6..959feb7dfceae 100644 --- a/boards/up-bridge-the-gap/up_squared/up_squared.yaml +++ b/boards/up-bridge-the-gap/up_squared/up_squared.yaml @@ -9,6 +9,7 @@ supported: - acpi - smp testing: + timeout_multiplier: 2 ignore_tags: - net - bluetooth