Skip to content

Commit 8023484

Browse files
committed
add a large timeout because downloading a lot of data takes time
1 parent 63ec31f commit 8023484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mirror_openwrt_repo_srv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def mirror_openwrt_repo():
1313
'mirror openwrt repo dir %s%s' %(settings['openwrt']['remote_repo_url'], settings['openwrt']['bb_stable_dir']),
1414
cmdd=dict(
1515
cmd='lftp -f %s' %(lftp_conf),
16+
timeout=43200,
1617
)
1718
).get('out')
1819

0 commit comments

Comments
 (0)