diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-24 02:38:19 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-24 02:38:19 +0100 |
commit | 5f8738667f3b4a1606fd714d3da6cac5784c4053 (patch) | |
tree | 5e1da375fd39925491e888b97c43c68c142469ca /src/unit.h | |
parent | 84168c7740e8b370cb92548bd21defea0150c69f (diff) |
unit: increase default timeout to 3min
Diffstat (limited to 'src/unit.h')
-rw-r--r-- | src/unit.h | 2 |
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 { |