d/wmr: Wait 3 seconds for Odyssey+ display

This commit is contained in:
Mateo de Mayo 2022-06-14 09:54:43 -03:00
parent ed7c148a00
commit 329b5c05bc

View file

@ -752,7 +752,7 @@ wmr_hmd_activate_odyssey_plus(struct wmr_hmd *wh)
"Sleep until the HMD display is powered up, so the available displays can be enumerated by the host " "Sleep until the HMD display is powered up, so the available displays can be enumerated by the host "
"system."); "system.");
os_nanosleep(U_TIME_1MS_IN_NS * 2000); os_nanosleep(3L * U_TIME_1S_IN_NS);
return 0; return 0;
} }