Skip to content

Commit 01fec69

Browse files
committed
123
1 parent eaaef0f commit 01fec69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-integrations-dbs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ jobs:
6868
- name: Ensure ClickHouse Ready
6969
run: |
7070
set -x
71-
sleep 5
71+
sleep 3
7272
docker ps
7373
docker logs clickhouse-test
74-
curl -sI 'http://localhost:8123/' --data-binary 'SELECT * FROM system.build_options'
74+
curl -i 'http://localhost:8123/' --data-binary 'SELECT * FROM system.build_options'
7575
- name: Setup Test Env
7676
run: |
7777
pip install "coverage[toml]" tox

0 commit comments

Comments
 (0)