From: Lennart Poettering Date: Thu, 24 Feb 2011 01:38:19 +0000 (+0100) Subject: unit: increase default timeout to 3min X-Git-Tag: v19~20 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f8738667f3b4a1606fd714d3da6cac5784c4053;p=systemd unit: increase default timeout to 3min --- diff --git a/src/unit.h b/src/unit.h index b30f0cf9..e81cffca 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 {