From ecb963cc40a0270a357c2640d368b3116e0f56b6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 27 Apr 2011 22:29:29 +0200 Subject: def: lower default timeout to 90s Almost everybody found 3min too long, so lower it again --- src/def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/def.h') 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) -- cgit v1.2.3-54-g00ecf