summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-12-10 14:41:35 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-12-11 09:55:22 +0100
commite66d5fa7855464024ee982e09454d240914fa19c (patch)
tree97f9a29f7db86b2d827c3e605131ac7e9fab7245
parent7c1bd035760faa5ad6d81b6280dffbdd7feb6302 (diff)
downloadcurl-e66d5fa7855464024ee982e09454d240914fa19c.tar.gz
travis: make torture use --shallow=40
As a first step to enable it to run over a more diverse set of tests in a reasonable time.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 262e51382..8c77a746a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -543,7 +543,7 @@ script:
make TFLAGS=-n test-nonflaky
make "TFLAGS=-n -e" test-nonflaky
tests="1 200 300 500 700 800 900 1000 1100 1200 1302 1400 1502 3000"
- make "TFLAGS=-n -t $tests" test-nonflaky
+ make "TFLAGS=-n --shallow=40 -t $tests" test-nonflaky
fi
- |
set -eo pipefail