diff options
-rwxr-xr-x | tests/crawl-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/crawl-test.sh b/tests/crawl-test.sh index 370fb57..440fd16 100755 --- a/tests/crawl-test.sh +++ b/tests/crawl-test.sh @@ -86,7 +86,7 @@ function start-crawl { debug "remaining args: ${@:${pos}}" # ut/ won't exceed 2 minutes - moreargs="--quiet --max-time=120 --connection-per-second=5" + moreargs="--quiet --max-time=120 --timeout=30 --connection-per-second=5" # proxy environment ? if test -n "$http_proxy"; then |