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:
Patrick Schleizer 2017-02-08 14:26:26 +00:00
parent 1e66e03da1
commit 90f175e117
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -19,7 +19,7 @@ sigterm_trap() {
trap "sigterm_trap" SIGTERM SIGINT
timeout_after="120"
timeout_after="240"
kill_after="10"
timeout \