intel: Update vkQueueWaitSemaphore to actually wait
diff --git a/icd/intel/queue.c b/icd/intel/queue.c
index 85860e3..4e184b6 100644
--- a/icd/intel/queue.c
+++ b/icd/intel/queue.c
@@ -416,5 +416,7 @@
     VkQueue                                   queue,
     VkSemaphore                               semaphore)
 {
+    vkQueueWaitIdle(queue);
+
     return VK_SUCCESS;
 }