Index: /trunk/src/VBox/VMM/EM.cpp
===================================================================
--- /trunk/src/VBox/VMM/EM.cpp	(revision 32955)
+++ /trunk/src/VBox/VMM/EM.cpp	(revision 32956)
@@ -971,5 +971,5 @@
             /* Give up this time slice; virtual time continues */
             STAM_REL_PROFILE_ADV_START(&pVCpu->em.s.StatCapped, u);
-            RTThreadSleep(2);
+            RTThreadSleep(5);
             STAM_REL_PROFILE_ADV_STOP(&pVCpu->em.s.StatCapped, u);
             rc = VINF_SUCCESS;
Index: /trunk/src/VBox/VMM/EMHwaccm.cpp
===================================================================
--- /trunk/src/VBox/VMM/EMHwaccm.cpp	(revision 32955)
+++ /trunk/src/VBox/VMM/EMHwaccm.cpp	(revision 32956)
@@ -556,5 +556,5 @@
             /* Give up this time slice; virtual time continues */
             STAM_REL_PROFILE_ADV_START(&pVCpu->em.s.StatCapped, u);
-            RTThreadSleep(2);
+            RTThreadSleep(5);
             STAM_REL_PROFILE_ADV_STOP(&pVCpu->em.s.StatCapped, u);
             rc = VINF_SUCCESS;
Index: /trunk/src/VBox/VMM/EMRaw.cpp
===================================================================
--- /trunk/src/VBox/VMM/EMRaw.cpp	(revision 32955)
+++ /trunk/src/VBox/VMM/EMRaw.cpp	(revision 32956)
@@ -1539,5 +1539,5 @@
             /* Give up this time slice; virtual time continues */
             STAM_REL_PROFILE_ADV_START(&pVCpu->em.s.StatCapped, u);
-            RTThreadSleep(2);
+            RTThreadSleep(5);
             STAM_REL_PROFILE_ADV_STOP(&pVCpu->em.s.StatCapped, u);
             rc = VINF_SUCCESS;
