diff options
author | Kay Sievers <kay@vrfy.org> | 2014-08-30 11:36:32 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-08-30 11:36:32 +0200 |
commit | 2e92633dbae52f5ac9b7b2e068935990d475d2cd (patch) | |
tree | a0d73a9388d6b417b9e892fad6532710c26d2f9c /src/udev/udevd.c | |
parent | be2ea723b1d023b3d385d3b791ee4607cbfb20ca (diff) |
udev: bump event timeout to 60 seconds
Diffstat (limited to 'src/udev/udevd.c')
-rw-r--r-- | src/udev/udevd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c index 9c2b0d5223..e72c5b231e 100644 --- a/src/udev/udevd.c +++ b/src/udev/udevd.c @@ -73,7 +73,7 @@ static bool reload; static int children; static int children_max; static int exec_delay; -static usec_t event_timeout_usec = 30 * USEC_PER_SEC; +static usec_t event_timeout_usec = 60 * USEC_PER_SEC; static sigset_t sigmask_orig; static UDEV_LIST(event_list); static UDEV_LIST(worker_list); |