Added comment [#CLICKHOUSE-3939]

This commit is contained in:
Alexey Milovidov 2018-09-07 04:49:26 +03:00
parent 199d8734f9
commit cac07628b2

View File

@ -16,6 +16,7 @@ function stress()
export -f stress
for thread in {1..5}; do
# Ten seconds are just barely enough to reproduce the issue in most of runs.
timeout 10 bash -c stress &
done