Increase post-fs-data mode to 40 secs

This commit is contained in:
topjohnwu 2020-05-18 04:36:03 -07:00
parent 0d72a4c8ba
commit f7d3d1eeaf

View File

@ -8,7 +8,7 @@ constexpr char MAGISK_RC[] =
" start logd\n"
" rm " UNBLOCKFILE "\n"
" start %2$s\n"
" wait " UNBLOCKFILE " 10\n"
" wait " UNBLOCKFILE " 40\n"
" rm " UNBLOCKFILE "\n"
"\n"