From 9dc2642d2c9cfac4c738ee46229958f7c7c85a16 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 6 Dec 2023 19:57:06 +0200 Subject: test: log: log_process: Increase process exit timeout When running tests on slower devices, 200ms is too low to wait for the process to exit. Increase the timeout to 2s. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- test/log/log_process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/log/log_process.cpp b/test/log/log_process.cpp index fb6635cc..1926c560 100644 --- a/test/log/log_process.cpp +++ b/test/log/log_process.cpp @@ -81,7 +81,7 @@ protected: return TestFail; } - timeout.start(200ms); + timeout.start(2s); while (timeout.isRunning()) dispatcher->processEvents(); -- cgit v1.2.1