summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-05 02:16:42 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-05 02:16:42 +0200
commitdfd8eeed3911ce1a4ffc51b9c444f3f18d545040 (patch)
tree318e06f5851bfb432aec486fff61216762a694f4
parent964e0949dd35ecc3fd908de7898b01ab37a13bbb (diff)
unit: bump up default timeout to 60sHEADmaster
-rw-r--r--src/unit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit.h b/src/unit.h
index 3a828e6..5e61f7c 100644
--- a/src/unit.h
+++ b/src/unit.h
@@ -40,7 +40,7 @@ typedef enum UnitDependency UnitDependency;
#include "execute.h"
#define UNIT_NAME_MAX 128
-#define DEFAULT_TIMEOUT_USEC (20*USEC_PER_SEC)
+#define DEFAULT_TIMEOUT_USEC (60*USEC_PER_SEC)
#define DEFAULT_RESTART_USEC (100*USEC_PER_MSEC)
typedef enum KillMode {