From 51696f15b485f4f05a0812ba340590accda926d1 Mon Sep 17 00:00:00 2001 From: Alexandre Bourdiol Date: Tue, 19 May 2020 10:35:35 +0200 Subject: [PATCH] test: lib: heap: increase timeout On some STM32 boards : nucleo_wb55rg, nucleo_l152re the test lasts longer than defaut 60sec timeout. Increase timeout to 120 sec. Signed-off-by: Alexandre Bourdiol --- tests/lib/heap/testcase.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib/heap/testcase.yaml b/tests/lib/heap/testcase.yaml index 90deef447792..b31fde16dcfc 100644 --- a/tests/lib/heap/testcase.yaml +++ b/tests/lib/heap/testcase.yaml @@ -7,3 +7,4 @@ tests: lib.heap: tags: heap platform_exclude: m2gl025_miv qemu_riscv32 + timeout: 120