Skip to content

Commit

Permalink
tests: ringbuffer: increase timeout
Browse files Browse the repository at this point in the history
Increae timeout from 90 to 150 to make it pass on more slow boards.

Fixes zephyrproject-rtos#42756

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Feb 15, 2022
1 parent 43dd84b commit 73d8a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/ringbuffer/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
common:
tags: ring_buffer circular_buffer
timeout: 90
timeout: 150

tests:
libraries.ring_buffer:
Expand Down

0 comments on commit 73d8a8d

Please sign in to comment.