diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-05 02:16:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-05 02:16:42 +0200 |
commit | dfd8eeed3911ce1a4ffc51b9c444f3f18d545040 (patch) | |
tree | 318e06f5851bfb432aec486fff61216762a694f4 /src/unit.h | |
parent | 964e0949dd35ecc3fd908de7898b01ab37a13bbb (diff) |
unit: bump up default timeout to 60s
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 3a828e6995..5e61f7c027 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 { |