Skip to content

Commit ccb4caf

Browse files
committed
fix test timeout
1 parent e8154ee commit ccb4caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/02935_http_content_type_with_http_headers_progress.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ for format in TSV TabSeparatedWithNamesAndTypes CSV CSVWithNames Null Native Row
1010
do
1111
echo $format
1212
url="${CLICKHOUSE_URL}/?http_headers_progress_interval_ms=1&send_progress_in_http_headers=true&query=select+sleepEachRow(0.01)from+numbers(10)+FORMAT+${format}"
13-
(seq 1 ${THREADS} | xargs --max-args=1 -P"${THREADS}" curl -Ss -v -o /dev/null ${url} 2>&1 | grep -P -o " Content-Type:.*$") | strings | sort -u
13+
(seq 1 ${THREADS} | xargs --max-args=1 -P"${THREADS}" -Ixxx curl -Ss -v -o /dev/null ${url} 2>&1 | grep -P -o " Content-Type:.*$") | strings | sort -u
1414
done
1515

0 commit comments

Comments
 (0)