aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_ipc_w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor_ipc_w32.c')
-rw-r--r--src/main/extractor_ipc_w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extractor_ipc_w32.c b/src/main/extractor_ipc_w32.c
index 5d40b40..2b2098f 100644
--- a/src/main/extractor_ipc_w32.c
+++ b/src/main/extractor_ipc_w32.c
@@ -726,7 +726,7 @@ EXTRACTOR_IPC_channel_recv_ (struct EXTRACTOR_Channel **channels,
726 if (c == 0) 726 if (c == 0)
727 return 1; /* nothing left to do! */ 727 return 1; /* nothing left to do! */
728 728
729 ms = 10000; 729 ms = 500;
730 first_ready = WaitForMultipleObjects (c, events, FALSE, ms); 730 first_ready = WaitForMultipleObjects (c, events, FALSE, ms);
731 if (first_ready == WAIT_TIMEOUT || first_ready == WAIT_FAILED) 731 if (first_ready == WAIT_TIMEOUT || first_ready == WAIT_FAILED)
732 { 732 {