mirror of
https://github.com/apache/nuttx.git
synced 2026-09-08 18:06:33 +00:00
tools/ci/testrun: increase ostest timeout on CI
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
effb0a1cad
commit
eab86b72c4
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ do_not_support = ["sabre-6quad", "rv-virt", "rv-virt64", "esp32c3-devkit", "bl60
|
|||
|
||||
|
||||
def test_ostest(p):
|
||||
ret = p.sendCommand("ostest", "Exiting with status", 300)
|
||||
ret = p.sendCommand("ostest", "Exiting with status", 330)
|
||||
assert ret == 0
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue