Merge "fs_mgr_priv: Extend fs wait timeout to 20 seconds"
This commit is contained in:
commit
42031e0ed7
|
@ -35,7 +35,7 @@ struct fstab_rec {
|
|||
char *key_loc;
|
||||
};
|
||||
|
||||
#define WAIT_TIMEOUT 5
|
||||
#define WAIT_TIMEOUT 20
|
||||
|
||||
/* fstab has the following format:
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue