summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/stress.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stress.sh b/test/stress.sh
index 1426194a5..952382476 100755
--- a/test/stress.sh
+++ b/test/stress.sh
@@ -32,7 +32,7 @@ download_and_check_file() {
# Download the file using curl. Trap to insure non partial file.
(trap "rm -f $1" INT TERM \
- && eval "curl -L -o $1 ${DATA_URL}${root} ${devnull}")
+ && eval "curl --retry 1 -L -o $1 ${DATA_URL}${root} ${devnull}")
# Check the sha1 sum of the file.
if [ -n "${sha1sum}" ]; then