diff --git a/cryptfs.c b/cryptfs.c index d926334..3af7a5e 100644 --- a/cryptfs.c +++ b/cryptfs.c @@ -673,7 +673,7 @@ static int wait_and_unmount(char *mountpoint) return rc; } -#define DATA_PREP_TIMEOUT 100 +#define DATA_PREP_TIMEOUT 200 static int prep_data_fs(void) { int i; @@ -683,7 +683,7 @@ static int prep_data_fs(void) property_set("vold.decrypt", "trigger_post_fs_data"); SLOGD("Just triggered post_fs_data\n"); - /* Wait a max of 25 seconds, hopefully it takes much less */ + /* Wait a max of 50 seconds, hopefully it takes much less */ for (i=0; i