diff --git a/DesktopEditor/vboxtester/main.cpp b/DesktopEditor/vboxtester/main.cpp index 5ebc0778bb..1d4937b625 100644 --- a/DesktopEditor/vboxtester/main.cpp +++ b/DesktopEditor/vboxtester/main.cpp @@ -427,8 +427,7 @@ public: iCount--; } - // Wait min - //NSThreads::Sleep(30000); + NSThreads::Sleep(30000); } if (m_bVerboseLog) @@ -1165,6 +1164,8 @@ private: sOutput = ExecuteCommand(sCommand); bool bUptime = sOutput.find(L"user") != std::wstring::npos; + // TODO check: ps -e | grep X + // connection sCommand = L"guestcontrol " + m_pVm->m_sGuid + L" run --exe /usr/bin/curl" +