diff mbox series

kselftest: mqueue: increase timeout

Message ID 20220622085911.2292509-1-Vijaikumar_Kanagarajan@mentor.com (mailing list archive)
State New
Headers show
Series kselftest: mqueue: increase timeout | expand

Commit Message

Vijai Kumar K June 22, 2022, 8:59 a.m. UTC
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 <Vijaikumar_Kanagarajan@mentor.com>
---
 tools/testing/selftests/mqueue/settings | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/testing/selftests/mqueue/settings
diff mbox series

Patch

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