You can try the --timeout option to abe.sh to increase the timeout value for wget.
Or add "wget_timeout=<value>" to ~/.aberc if you don't want to type it every time.

On Sat, Jul 18, 2015 at 1:04 AM, strongq <strongq@codeaurora.org> wrote:
Hi Rob, Jim,

I'm frequently getting timeout for wget to fetch snapshot. Shouldn't the timeout setting in abe.sh use gt but not lt as below:
  --time*|-time*)
            check_directive $1 timeout "time" $2
            if test $2 -lt 11; then
                wget_timeout=$2
            else
                # FIXME: Range check for non-numerical values.
                wget_timeout=10
            fi

The script limits the timeout setting to be 10 seconds or less. But for slow network connection (I'm from Canada but our http request might be routed to US first), 10 seconds is not enough.

Thanks,

Qyq

_______________________________________________
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/linaro-toolchain