From 8b0125424c3ccc19406003552c51a3b3f551649e Mon Sep 17 00:00:00 2001 From: Enjia Mai Date: Fri, 22 Oct 2021 08:28:05 +0800 Subject: [PATCH] tests: subsys: libcxx: extend the timeout for cpp.libcxx.newlib_nano Extend the timeout to prevent the cpp.libcxx.newlib_nano testcase runs failed in acrn_ehl_crb, ehl_crb and up_squared. We need to give these boards more time to finish the testcase's automation. Fixes #36852 Signed-off-by: Enjia Mai --- tests/subsys/cpp/libcxx/testcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/subsys/cpp/libcxx/testcase.yaml b/tests/subsys/cpp/libcxx/testcase.yaml index f531fe1546a..690a39bb287 100644 --- a/tests/subsys/cpp/libcxx/testcase.yaml +++ b/tests/subsys/cpp/libcxx/testcase.yaml @@ -16,7 +16,7 @@ tests: toolchain_exclude: xcc min_flash: 54 tags: cpp - timeout: 30 + timeout: 60 extra_configs: - CONFIG_NEWLIB_LIBC=y - CONFIG_NEWLIB_LIBC_NANO=y