fs_mgr_priv: Extend fs wait timeout to 20 seconds
In practice 5 seconds is too short to wait for a disk device node to show up if the disk is USB; 20 seconds is a much more comfortable window. Change-Id: Iaf2c1f46b41a44fc1240d52d8498ca9cb639ea80 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
77eccafe55
commit
132b7d750e
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ struct fstab_rec {
|
|||
char *key_loc;
|
||||
};
|
||||
|
||||
#define WAIT_TIMEOUT 5
|
||||
#define WAIT_TIMEOUT 20
|
||||
|
||||
/* fstab has the following format:
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue