From: greg@kroah.com Date: Thu, 14 Oct 2004 04:19:49 +0000 (-0700) Subject: [PATCH] change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle... X-Git-Tag: 037~12 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=fa7aa5ecbb4af0c027c250d0ed4e1c16a0b3fd80;hp=2b29bb4f75bb6f7abb7e5957c812c9d41496aacf [PATCH] change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines. --- diff --git a/wait_for_sysfs.c b/wait_for_sysfs.c index 86499a42c..f87253d04 100644 --- a/wait_for_sysfs.c +++ b/wait_for_sysfs.c @@ -47,7 +47,7 @@ void log_message(int level, const char *format, ...) } #endif -#define WAIT_MAX_SECONDS 5 +#define WAIT_MAX_SECONDS 10 #define WAIT_LOOP_PER_SECOND 20 /* wait for specific file to show up, normally the "dev"-file */