Skip to content

Commit

Permalink
tools/ci/testrun: increase ostest timeout on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
  • Loading branch information
pkarashchenko authored and xiaoxiang781216 committed Aug 1, 2023
1 parent effb0a1 commit eab86b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/testrun/script/test_os/test_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


def test_ostest(p):
ret = p.sendCommand("ostest", "Exiting with status", 300)
ret = p.sendCommand("ostest", "Exiting with status", 330)
assert ret == 0


Expand Down

0 comments on commit eab86b7

Please sign in to comment.