Skip to content

Commit 562b099

Browse files
committed
increase create cluster test wait time (#62)
1 parent 6453e26 commit 562b099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Create cluster
6363
run: |
6464
set +e
65-
sleep $((RANDOM % 10))
65+
sleep $((RANDOM % 60))
6666
PROJECT_ID=1372813089447741295
6767
result=`ticloud cluster create -p $PROJECT_ID --cluster-name ${{ matrix.region }} --cloud-provider AWS -r ${{ matrix.region }} --root-password ${{ secrets.TIDB_CLOUD_PASSWORD }} --cluster-type SERVERLESS`
6868
exitcode="$?"

0 commit comments

Comments
 (0)