Skip to content

Commit 8d5b839

Browse files
increase wait for boot finished check interval
this ain't a race, we can wait for a bit
1 parent ac6f724 commit 8d5b839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magiskmodule/service.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
waitUntilBootCompleted() {
44
while [ $(getprop sys.boot_completed) -ne 1 ] || [ "$(getprop init.svc.bootanim | tr '[:upper:]' '[:lower:]')" != "stopped" ]; do
5-
sleep 1
5+
sleep 10
66
done
77
}
88

0 commit comments

Comments
 (0)