unit: increase default timeout to 3min

This commit is contained in:
Lennart Poettering 2011-02-24 02:38:19 +01:00
parent 84168c7740
commit 5f8738667f

View file

@ -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 {