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 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
common:
|
common:
|
||||||
tags: ring_buffer circular_buffer
|
tags: ring_buffer circular_buffer
|
||||||
timeout: 90
|
timeout: 150
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
libraries.ring_buffer:
|
libraries.ring_buffer:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue