aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/posix-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/posix-io.c')
-rw-r--r--gpgme/posix-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/posix-io.c b/gpgme/posix-io.c
index 740e98f5..ec242d31 100644
--- a/gpgme/posix-io.c
+++ b/gpgme/posix-io.c
@@ -229,7 +229,7 @@ _gpgme_io_select ( struct io_select_fd_s *fds, size_t nfds )
static fd_set readfds;
static fd_set writefds;
int any, i, max_fd, n, count;
- struct timeval timeout = { 1, 0 }; /* Use a one second timeout */
+ struct timeval timeout = { 0, 50 }; /* Use a 50ms timeout */
FD_ZERO ( &readfds );
FD_ZERO ( &writefds );