summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libstand/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/net.h b/lib/libstand/net.h
index 9434c3ca31f9..94f2aabf81e2 100644
--- a/lib/libstand/net.h
+++ b/lib/libstand/net.h
@@ -50,7 +50,7 @@
#define MACPY(s, d) bcopy((char *)s, (char *)d, 6)
-#define MAXTMO 20 /* seconds */
+#define MAXTMO 120 /* seconds */
#define MINTMO 2 /* seconds */
#define FNAME_SIZE 128