We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1d5cd commit 23b9520Copy full SHA for 23b9520
tests/test_pulsar/pulsar_test.sh
@@ -22,7 +22,7 @@ TAR_FILE="apache-pulsar-${VERSION}-bin.tar.gz"
22
23
echo "Downloading pulsar ${VERSION}"
24
if [[ ! -f ${TAR_FILE} ]]; then
25
- curl --retry 10 -sSOL "https://archive.apache.org/dist/pulsar/pulsar-${VERSION}/${TAR_FILE}"
+ curl --retry 10 --max-time 120 -sSOL "https://archive.apache.org/dist/pulsar/pulsar-${VERSION}/${TAR_FILE}"
26
fi
27
28
tar -xzf ${TAR_FILE}
0 commit comments