ci/ltp: enlarge timeout for LTP test

This increases timeout value for `ltp_interfaces_pthread_once_2_1`.

Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
Yanfeng Liu 2024-05-22 10:08:40 +08:00 committed by Xiang Xiao
parent 7db71c8ee4
commit 4b2b26c0b0
1 changed files with 1 additions and 1 deletions

View File

@ -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