Skip to content

ipc: Increase the duration of the starting timeout

Weijiew Wang requested to merge quic_weijiew/monado:increase_timeout into main

The startserver process includes the compositor initialization process, and addclient need to wait for startserver to complete.

As the compositor initialization time increases on high solution device(7108x3840), the maximum wait time increases accordingly, so change the timeout.

Merge request reports