Increase test startup retries on Linux

This matches the number of retries on macOS and allows Valgrind to
work.
This commit is contained in:
Andrew Gaul
2019-08-03 16:10:42 -07:00
parent 1e7330e499
commit d22acae9a3

View File

@ -207,7 +207,7 @@ function start_s3fs {
fi
set -o errexit
else
retry 5 grep -q $TEST_BUCKET_MOUNT_POINT_1 /proc/mounts || exit 1
retry 20 grep -q $TEST_BUCKET_MOUNT_POINT_1 /proc/mounts || exit 1
fi
# Quick way to start system up for manual testing with options under test