Index: /trunk/src/VBox/VMM/VMMR3/VMEmt.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR3/VMEmt.cpp	(revision 66096)
+++ /trunk/src/VBox/VMM/VMMR3/VMEmt.cpp	(revision 66097)
@@ -260,5 +260,5 @@
             if (hThread != NIL_RTTHREAD)
             {
-                int rc2 = RTThreadWait(hThread, 5 * RT_NS_1SEC, NULL);
+                int rc2 = RTThreadWait(hThread, 5 * RT_MS_1SEC, NULL);
                 AssertLogRelMsgRC(rc2, ("iCpu=%u rc=%Rrc\n", iCpu, rc2));
                 if (RT_FAILURE(rc2))
