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:
parent
43dd84b366
commit
73d8a8d8ef
|
@ -1,6 +1,6 @@
|
|||
common:
|
||||
tags: ring_buffer circular_buffer
|
||||
timeout: 90
|
||||
timeout: 150
|
||||
|
||||
tests:
|
||||
libraries.ring_buffer:
|
||||
|
|
Loading…
Reference in New Issue