diff options
author | greg@kroah.com <greg@kroah.com> | 2004-10-13 21:19:49 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:47:44 -0700 |
commit | fa7aa5ecbb4af0c027c250d0ed4e1c16a0b3fd80 (patch) | |
tree | 98d5fa3b60df76e3738b5dae4e2707982127fc06 /wait_for_sysfs.c | |
parent | 2b29bb4f75bb6f7abb7e5957c812c9d41496aacf (diff) |
[PATCH] change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines.
Diffstat (limited to 'wait_for_sysfs.c')
-rw-r--r-- | wait_for_sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wait_for_sysfs.c b/wait_for_sysfs.c index 86499a42cd..f87253d044 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 */ |