mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 16:59:03 +03:00
unit: increase default timeout to 3min
This commit is contained in:
parent
84168c7740
commit
5f8738667f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user