The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ipc: Increase the duration of the starting timeout

authored by

Weijie Wang and committed by
Jakob Bornecrantz
fdfe2fc4 139d3a44

+1 -1
+1 -1
src/xrt/targets/service-lib/service_target.cpp
··· 130 130 bool startup_complete = false; 131 131 132 132 //! Timeout duration in seconds 133 - static constexpr std::chrono::seconds START_TIMEOUT_SECONDS = 20s; 133 + static constexpr std::chrono::seconds START_TIMEOUT_SECONDS = 40s; 134 134 }; 135 135 } // namespace 136 136