summaryrefslogtreecommitdiff
path: root/src/def.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-04-27 22:29:29 +0200
committerLennart Poettering <lennart@poettering.net>2011-04-27 22:30:50 +0200
commitecb963cc40a0270a357c2640d368b3116e0f56b6 (patch)
tree59a80e2ac51a0caf266aa8c9202d473aec2ae731 /src/def.h
parent0ecb94275390d6b0dfd1a79a28d7ede8b8e2b019 (diff)
def: lower default timeout to 90s
Almost everybody found 3min too long, so lower it again
Diffstat (limited to 'src/def.h')
-rw-r--r--src/def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/def.h b/src/def.h
index 958d1eb79c..20aaa7c580 100644
--- a/src/def.h
+++ b/src/def.h
@@ -24,7 +24,7 @@
#include "util.h"
-#define DEFAULT_TIMEOUT_USEC (3*USEC_PER_MINUTE)
+#define DEFAULT_TIMEOUT_USEC (90*USEC_PER_SEC)
#define DEFAULT_RESTART_USEC (100*USEC_PER_MSEC)
#define DEFAULT_EXIT_USEC (5*USEC_PER_MINUTE)