Skip to content

Commit f3b51bd

Browse files
committed
Fixing Connection TimeOut
1 parent 07251fb commit f3b51bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ jobs:
3636
protocol: ftps
3737
port: 21
3838
security: strict
39+
lftp-settings: set net:max-retries 2; set net:reconnect-interval-base 5;
3940
timeout: 90000 # <-- ADD THIS LINE: Increase timeout to 90 seconds

0 commit comments

Comments
 (0)