diff --git a/.github/workflows/vdb-tests.yml b/.github/workflows/vdb-tests.yml index 42e756d37b275e..485815750a1938 100644 --- a/.github/workflows/vdb-tests.yml +++ b/.github/workflows/vdb-tests.yml @@ -57,10 +57,11 @@ jobs: compose-file: | docker/tidb/docker-compose.yaml services: | + tidb tiflash - - name: Sleep for half minutes - run: sleep 30s + - name: Sleep for 10s + run: sleep 10s shell: bash - name: Test Vector Stores