From 46bc7e8adaab633ffdd57a945ca0116b9db0332c Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Tue, 24 Dec 2024 21:36:05 +0800 Subject: [PATCH] sleep 10s --- .github/workflows/vdb-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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