mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-09 23:41:24 +07: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:
@ -19,7 +19,7 @@ sigterm_trap() {
|
||||
|
||||
trap "sigterm_trap" SIGTERM SIGINT
|
||||
|
||||
timeout_after="120"
|
||||
timeout_after="240"
|
||||
kill_after="10"
|
||||
|
||||
timeout \
|
||||
|
Reference in New Issue
Block a user