Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
Linux-Kernel Archive: [PATCH] kselftest: mqueue: increase timeout [PATCH] kselftest: mqueue: increase timeout From: Vijai Kumar K Date: Wed Jun 22 2022 - 05:03:14 EST Next message: Geert Uytterhoeven: "Re: [PATCH printk v5 1/1] printk: extend console_lock for per-console locking" Previous message: Krzysztof Kozlowski: "Re: [PATCH] mips: lantiq: Add missing of_node_put() in irq.c" Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] The default kselftest timeout is 45 seconds per test after which run_kselftest marks the test case as failure. Some mqueue perf tests take more than 100s to complete; especially in qemu environment. Increase the timeout to 180 seconds for mqueue. Signed-off-by: Vijai Kumar K --- tools/testing/selftests/mqueue/settings | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/testing/selftests/mqueue/settings diff --git a/tools/testing/selftests/mqueue/settings b/tools/testing/selftests/mqueue/settings new file mode 100644 index 000000000000..a953c96aa16e --- /dev/null +++ b/tools/testing/selftests/mqueue/settings @@ -0,0 +1 @@ +timeout=180 -- 2.25.1 Next message: Geert Uytterhoeven: "Re: [PATCH printk v5 1/1] printk: extend console_lock for per-console locking" Previous message: Krzysztof Kozlowski: "Re: [PATCH] mips: lantiq: Add missing of_node_put() in irq.c" Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]