Index: /trunk/src/VBox/HostServices/GuestProperties/service.cpp
===================================================================
--- /trunk/src/VBox/HostServices/GuestProperties/service.cpp	(revision 58775)
+++ /trunk/src/VBox/HostServices/GuestProperties/service.cpp	(revision 58776)
@@ -1588,5 +1588,5 @@
         if (RT_SUCCESS(rc))
             RTReqRelease(pReq);
-        rc = RTThreadWait(mhThreadNotifyHost, 1000, NULL);
+        rc = RTThreadWait(mhThreadNotifyHost, 10000, NULL);
         AssertRC(rc);
         rc = RTReqQueueDestroy(mhReqQNotifyHost);
