Skip to content

Commit 566d1bd

Browse files
committed
Increase waiting time for CIFS mount
1 parent b619b24 commit 566d1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

startup/agx_startup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ def power_control(
797797
custom_commands()
798798
fix_boinc()
799799

800-
sleep_time = 10
800+
sleep_time = 20
801801
print("Sleeping for ", sleep_time, "s to wait for network connectivity.")
802802
time.sleep(sleep_time)
803803
mount_cifs()

0 commit comments

Comments
 (0)