diff options
-rw-r--r-- | mdk-stage1/probing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index 7dca40336..fafb3be93 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -238,7 +238,7 @@ static void probe_that_type(enum driver_type type) goto end_usb_probe; } wait_message("Waiting for USB stuff to show up."); - sleep(2); /* sucking background work */ + sleep(4); /* sucking background work */ remove_wait_message(); } |