diff options
Diffstat (limited to 'src')
-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 { |