···752752 "Sleep until the HMD display is powered up, so the available displays can be enumerated by the host "
753753 "system.");
754754755755- os_nanosleep(U_TIME_1MS_IN_NS * 2000);
755755+ os_nanosleep(3L * U_TIME_1S_IN_NS);
756756757757 return 0;
758758}