From 5f8738667f3b4a1606fd714d3da6cac5784c4053 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 24 Feb 2011 02:38:19 +0100 Subject: unit: increase default timeout to 3min --- src/unit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unit.h') 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 { -- cgit v1.2.3-54-g00ecf