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 <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-02-15 12:26:48 -05:00
parent 43dd84b366
commit 73d8a8d8ef
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
common:
tags: ring_buffer circular_buffer
timeout: 90
timeout: 150
tests:
libraries.ring_buffer: