diff options
author | Kay Sievers <kay@vrfy.org> | 2014-08-30 11:36:32 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-09-01 09:08:47 -0400 |
commit | d8876913e81f562e3d21f99a487392f963718f83 (patch) | |
tree | 92dc985bece72436125b10f9943ec2ab7473eea6 /src/udev/udevd.c | |
parent | 820c792432841a41270a3caaaac172b8ebb15f33 (diff) |
udev: bump event timeout to 60 seconds
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
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 385bb7edad..a8ec498761 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); |