tests: littlefs: Increase timeout to 180s
The test takes ~175s to end on nrf5284dk_nrf52840 and was failing due to too short default timeout (60s). Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
This commit is contained in:
parent
f7d584a0ce
commit
bd14a9d493
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +2,4 @@ tests:
|
||||||
filesystem.littlefs:
|
filesystem.littlefs:
|
||||||
platform_whitelist: nrf52840dk_nrf52840 native_posix native_posix_64
|
platform_whitelist: nrf52840dk_nrf52840 native_posix native_posix_64
|
||||||
tags: filesystem
|
tags: filesystem
|
||||||
|
timeout: 180
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue