[libcamera-devel] [PATCH 5/6] test: ipc: unixsocket: Increase process exit timeout

Nicolas Dufresne nicolas.dufresne at collabora.com
Wed Dec 6 22:10:30 CET 2023


Le mercredi 06 décembre 2023 à 23:05 +0200, Laurent Pinchart a écrit :
> 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 <laurent.pinchart at ideasonboard.com>

Reviewed-by: Nicolas Dufresne <nicolas.dufresne at collabora.com>

> ---
>  test/ipc/unixsocket.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test/ipc/unixsocket.cpp b/test/ipc/unixsocket.cpp
> index 304e613bc984..1d4df28726cd 100644
> --- a/test/ipc/unixsocket.cpp
> +++ b/test/ipc/unixsocket.cpp
> @@ -431,7 +431,7 @@ private:
>  		if (ret)
>  			return ret;
>  
> -		timeout.start(200ms);
> +		timeout.start(2s);
>  		while (!callDone_) {
>  			if (!timeout.isRunning()) {
>  				cerr << "Call timeout!" << endl;



More information about the libcamera-devel mailing list