Skip to content

Commit

Permalink
Merge pull request #156 from ClickHouse/alexey-milovidov-patch-4
Browse files Browse the repository at this point in the history
Compatibility with Mac OS
  • Loading branch information
alexey-milovidov authored Dec 15, 2023
2 parents f0c12e9 + b3e1f87 commit b7e990d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/hardware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ trap finish EXIT

echo "Waiting for clickhouse-server to start"

timeout 300 tail -n+0 -f /clickhouse-benchmark/server.log | grep --max-count 1 'Ready for connections'
tail -n+0 -f /clickhouse-benchmark/server.log | grep --max-count 1 'Ready for connections'

for i in {1..300}; do
sleep 1
Expand Down

0 comments on commit b7e990d

Please sign in to comment.