diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-05 16:31:24 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-05 16:31:24 +0000 |
commit | e2bf6497bc8d26058ee0428f4f60bd5f6f1cc2f3 (patch) | |
tree | e3dc03d5820829e71ec213e2657b32e8948a288a /tests | |
parent | bd6573926deab4b7456f85a78e8c2594a4e2a052 (diff) |
Timeout=30
Diffstat (limited to 'tests')
-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 |