summaryrefslogtreecommitdiff
path: root/src/unit.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-02-24 02:38:19 +0100
committerLennart Poettering <lennart@poettering.net>2011-02-24 02:38:19 +0100
commit5f8738667f3b4a1606fd714d3da6cac5784c4053 (patch)
tree5e1da375fd39925491e888b97c43c68c142469ca /src/unit.h
parent84168c7740e8b370cb92548bd21defea0150c69f (diff)
unit: increase default timeout to 3min
Diffstat (limited to 'src/unit.h')
-rw-r--r--src/unit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit.h b/src/unit.h
index b30f0cf9cb..e81cffca3a 100644
--- a/src/unit.h
+++ b/src/unit.h
@@ -40,7 +40,7 @@ typedef enum UnitDependency UnitDependency;
#include "execute.h"
#include "condition.h"
-#define DEFAULT_TIMEOUT_USEC (60*USEC_PER_SEC)
+#define DEFAULT_TIMEOUT_USEC (3*USEC_PER_MINUTE)
#define DEFAULT_RESTART_USEC (100*USEC_PER_MSEC)
enum UnitType {