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 <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2024-10-16 12:07:17 +09:00 committed by Anas Nashif
commit a93095626b

View file

@ -5,6 +5,7 @@ common:
integration_platforms: integration_platforms:
- qemu_x86 - qemu_x86
- qemu_cortex_a53 - qemu_cortex_a53
timeout: 120
harness: console harness: console
harness_config: harness_config:
type: one_line type: one_line