diff --git a/tools/ci/testrun/script/test_os/test_os.py b/tools/ci/testrun/script/test_os/test_os.py index 1d34fde79f20e..b0f0964913ce7 100644 --- a/tools/ci/testrun/script/test_os/test_os.py +++ b/tools/ci/testrun/script/test_os/test_os.py @@ -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