From 73d8a8d8ef58b201ae3fe29c4a02ffe1cd5516ae Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 15 Feb 2022 12:26:48 -0500 Subject: [PATCH] tests: ringbuffer: increase timeout Increae timeout from 90 to 150 to make it pass on more slow boards. Fixes #42756 Signed-off-by: Anas Nashif --- tests/lib/ringbuffer/testcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/ringbuffer/testcase.yaml b/tests/lib/ringbuffer/testcase.yaml index 45b845ccc44..d5955ac4797 100644 --- a/tests/lib/ringbuffer/testcase.yaml +++ b/tests/lib/ringbuffer/testcase.yaml @@ -1,6 +1,6 @@ common: tags: ring_buffer circular_buffer - timeout: 90 + timeout: 150 tests: libraries.ring_buffer: