diff --git a/hardware/hardware.sh b/hardware/hardware.sh index bd073d713..07178fccc 100755 --- a/hardware/hardware.sh +++ b/hardware/hardware.sh @@ -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