[PATCH] change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines.

This commit is contained in:
greg@kroah.com 2004-10-13 21:19:49 -07:00 committed by Greg KH
parent 2b29bb4f75
commit fa7aa5ecbb

View file

@ -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 */