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.
This commit is contained in:
Daniel Stenberg 2019-12-10 14:41:35 +01:00
parent 7c1bd03576
commit e66d5fa785
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -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