From 9276aef3b1ca44890fcca191364f9876be858dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Fri, 16 Oct 2015 20:24:01 +0200 Subject: [PATCH] Fix default timeout --- agetpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agetpkg b/agetpkg index 2e141c9..6aaf245 100755 --- a/agetpkg +++ b/agetpkg @@ -279,7 +279,7 @@ def parse_argv(): help="display more information") p_main.add_argument("--url", help="archive URL", default=ARCHIVE_URL) - p_main.add_argument("-t", "--timeout", default=5, help="connection timeout (10s)") + p_main.add_argument("-t", "--timeout", default=10, help="connection timeout (10s)") p_main.add_argument("package", help="regex to match a package name") p_main.add_argument("version", nargs="?", -- GitLab