From: Lennart Poettering Date: Sat, 5 Jun 2010 00:16:42 +0000 (+0200) Subject: unit: bump up default timeout to 60s X-Git-Tag: 0.git+20100605+dfd8ee-1~9^2^2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfd8eeed3911ce1a4ffc51b9c444f3f18d545040;p=systemd unit: bump up default timeout to 60s --- diff --git a/src/unit.h b/src/unit.h index 3a828e69..5e61f7c0 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 {