From eab86b72c41af89d170709595ac8271c248b1aaa Mon Sep 17 00:00:00 2001 From: Petro Karashchenko Date: Tue, 1 Aug 2023 00:34:57 +0200 Subject: [PATCH] tools/ci/testrun: increase ostest timeout on CI Signed-off-by: Petro Karashchenko --- tools/ci/testrun/script/test_os/test_os.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/testrun/script/test_os/test_os.py b/tools/ci/testrun/script/test_os/test_os.py index 1d34fde79f2..b0f0964913c 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 @@ 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