Skip to content

Commit d459398

Browse files
committed
main: Increase shutdown message wait time
Signed-off-by: Hector Martin <[email protected]>
1 parent 2c5ab62 commit d459398

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ def step2_indirect(self, report=False):
630630
print()
631631
p_message( "When the system shuts down, follow these steps:")
632632
print()
633-
p_message( "1. Wait 15 seconds for the system to fully shut down.")
633+
p_message( "1. Wait 25 seconds for the system to fully shut down.")
634634
p_message(f"2. Press and {col(BRIGHT, YELLOW)}hold{col()}{col(BRIGHT)} down the power button to power on the system.")
635635
p_warning( " * It is important that the system be fully powered off before this step,")
636636
p_warning( " and that you press and hold down the button once, not multiple times.")

0 commit comments

Comments
 (0)