mirror of
https://github.com/systemd/systemd.git
synced 2025-03-22 06:50:18 +03:00
[PATCH] change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines.
This commit is contained in:
parent
2b29bb4f75
commit
fa7aa5ecbb
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user