mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-07 05:42:42 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ sigterm_trap() {
|
||||||
|
|
||||||
trap "sigterm_trap" SIGTERM SIGINT
|
trap "sigterm_trap" SIGTERM SIGINT
|
||||||
|
|
||||||
timeout_after="120"
|
timeout_after="240"
|
||||||
kill_after="10"
|
kill_after="10"
|
||||||
|
|
||||||
timeout \
|
timeout \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue