summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--btime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btime.c b/btime.c
index 533ab3a..b3a9334 100644
--- a/btime.c
+++ b/btime.c
@@ -115,7 +115,7 @@ btime(const char *host)
retry = 0;
timeout.tv_sec = 0;
- timeout.tv_usec = 250000;
+ timeout.tv_usec = 500000;
if (select(sd + 1, &sdset, NULL, NULL, &timeout) != 1) {
/* Either an error or a timeout, we don't need to retry */