Commit 9276aef3 authored by Seblu's avatar Seblu
Browse files

Fix default timeout

parent ae274d32
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -279,7 +279,7 @@ def parse_argv():
        help="display more information")
        help="display more information")
    p_main.add_argument("--url", help="archive URL",
    p_main.add_argument("--url", help="archive URL",
        default=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",
    p_main.add_argument("package",
        help="regex to match a package name")
        help="regex to match a package name")
    p_main.add_argument("version", nargs="?",
    p_main.add_argument("version", nargs="?",