We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e18e343 + d05c6f2 commit e3e5683Copy full SHA for e3e5683
test/s3-setup.sh
@@ -167,7 +167,7 @@ while [ -z "$MINIO_URL" ]; do
167
if [ $IDX -gt 1 ]; then
168
echo "Waiting for minio to start ($IDX seconds so far) ..."
169
fi
170
- if [ $IDX -eq 10 ]; then
+ if [ $IDX -eq 60 ]; then
171
echo "minio failed to start - failing"
172
exit 1
173
test/xrdhttp-setup.sh
@@ -189,7 +189,7 @@ while [ -z "$XROOTD_URL" ]; do
189
190
echo "Waiting for xrootd to start ($IDX seconds so far) ..."
191
192
193
echo "xrootd failed to start - failing"
194
195
0 commit comments