Skip to content

Commit

Permalink
sleep 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Dec 24, 2024
1 parent 8731c87 commit 46bc7e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/vdb-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46bc7e8

Please sign in to comment.