Skip to content

Commit 1d49074

Browse files
committed
Sleep 30sec on AC power wait.
1 parent 4450a9e commit 1d49074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

btrfsmaintenance-functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ wait_ac_power() {
105105
while ! check_power_status "$@"; do
106106
# AC is not online
107107
[ $timeout -gt 0 ] && [ $timecount -ge $timeout ] && return 1
108-
sleep 1s
108+
sleep 30s
109109
timecount=$((timecount+1))
110110
done
111111

0 commit comments

Comments
 (0)