From a93095626b3d7fe546d07fa4da517e7620683c9a Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Wed, 16 Oct 2024 12:07:17 +0900 Subject: [PATCH] tests: benchmarks: wait_queues: Increase test timeout to 120s This commit increases the test timeout for the wait queue benchmark tests to 120 seconds because these tests frequently hit the default timeout of 60 seconds during execution. Signed-off-by: Stephanos Ioannidis --- tests/benchmarks/wait_queues/testcase.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/benchmarks/wait_queues/testcase.yaml b/tests/benchmarks/wait_queues/testcase.yaml index a6fd1440b73ca1..50fd4251fb66bf 100644 --- a/tests/benchmarks/wait_queues/testcase.yaml +++ b/tests/benchmarks/wait_queues/testcase.yaml @@ -5,6 +5,7 @@ common: integration_platforms: - qemu_x86 - qemu_cortex_a53 + timeout: 120 harness: console harness_config: type: one_line