mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-23 11:41:05 -05:00
double apt-get-update wrapper timeout from 120 to 240 seconds
since it takes a bit longer than 120 seconds for me on a fast connection
This commit is contained in:
parent
1e66e03da1
commit
90f175e117
@ -19,7 +19,7 @@ sigterm_trap() {
|
||||
|
||||
trap "sigterm_trap" SIGTERM SIGINT
|
||||
|
||||
timeout_after="120"
|
||||
timeout_after="240"
|
||||
kill_after="10"
|
||||
|
||||
timeout \
|
||||
|
Loading…
Reference in New Issue
Block a user