From e744a6ba24529025aac28e7a134efcb10823f512 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 10 Oct 2007 11:55:55 +0000 Subject: Give more time to daemons --- src/start-stop-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/start-stop-daemon.c') diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c index 86eccb12..14bcdbb6 100644 --- a/src/start-stop-daemon.c +++ b/src/start-stop-daemon.c @@ -13,7 +13,7 @@ /* nano seconds */ #define POLL_INTERVAL 20000000 -#define START_WAIT 100000000 +#define START_WAIT 500000000 #define ONE_SECOND 1000000000 #include -- cgit v1.2.3