From dfd8eeed3911ce1a4ffc51b9c444f3f18d545040 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 5 Jun 2010 02:16:42 +0200 Subject: [PATCH] unit: bump up default timeout to 60s --- src/unit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unit.h b/src/unit.h index 3a828e699..5e61f7c02 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 { -- 2.30.2