From 4b2b26c0b05f4c034d781a6215971e1675623486 Mon Sep 17 00:00:00 2001 From: Yanfeng Liu Date: Wed, 22 May 2024 10:08:40 +0800 Subject: [PATCH] ci/ltp: enlarge timeout for LTP test This increases timeout value for `ltp_interfaces_pthread_once_2_1`. Signed-off-by: Yanfeng Liu --- tools/ci/testrun/script/test_open_posix/test_openposix_.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/testrun/script/test_open_posix/test_openposix_.py b/tools/ci/testrun/script/test_open_posix/test_openposix_.py index 94811e813e..5585869862 100644 --- a/tools/ci/testrun/script/test_open_posix/test_openposix_.py +++ b/tools/ci/testrun/script/test_open_posix/test_openposix_.py @@ -8912,7 +8912,7 @@ def test_ltp_interfaces_sem_wait_1_1(p): def test_ltp_interfaces_pthread_once_2_1(p): - ret = p.sendCommand("ltp_interfaces_pthread_once_2_1", [""], timeout=10) + ret = p.sendCommand("ltp_interfaces_pthread_once_2_1", [""], timeout=20) retID = p.sendCommand("echo $?", "0", timeout=2) assert ret >= 0 assert retID >= 0