summaryrefslogtreecommitdiff
path: root/h/zephyr/zephyr.h
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-11-17 16:01:39 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-11-17 16:01:39 +0000
commit06757ce43c878856a6c1d52ef3ba1ece125a39fe (patch)
treec4c41beeafcfffbc94ab53c5dcf4e0b0d8f8ef8f /h/zephyr/zephyr.h
parent52d7f6a5b9dceb9b4cde0a695e3ccbe1c6f3f611 (diff)
Raise HM_TIMEOUT to 10 seconds.
Diffstat (limited to 'h/zephyr/zephyr.h')
-rw-r--r--h/zephyr/zephyr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index d097f26..7569c35 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -218,7 +218,7 @@ extern "C" {
#define ZERR_NONE 0
/* Hostmanager wait time (in secs) */
-#define HM_TIMEOUT 5
+#define HM_TIMEOUT 10
#define ZAUTH (ZMakeAuthentication)
#define ZNOAUTH ((Z_AuthProc)0)
@@ -237,7 +237,7 @@ extern "C" {
const int ZERR_NONE = 0;
- const int HM_TIMEOUT = 5;
+ const int HM_TIMEOUT = 10;
const Z_AuthProc ZAUTH = &ZMakeAuthentication;
const Z_AuthProc ZNOAUTH = 0;