Skip to content

Commit e680cd0

Browse files
committed
Wait a bit longer before automatic reboot
1 parent 968c859 commit e680cd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openandroidinstaller/tooling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def adb_twrp_install_addons(
261261
for line in adb_sideload(bin_path=bin_path, target=addon):
262262
yield line
263263
sleep(7)
264+
sleep(3)
264265
# finally reboot into os
265266
if is_ab:
266267
# reboot into the bootloader again

0 commit comments

Comments
 (0)