Skip to content

Commit

Permalink
Add sleep duration (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanyu66 committed Feb 4, 2024
1 parent 5d8442c commit adb3a12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
- name: Create branch
run: |
set +e
sleep 10
result=`ticloud branch create -c ${{ env.CLUSTER_ID }} --branch-name ${{ matrix.region }}`
exitcode="$?"
if [[ "$exitcode" != "0" ]]; then
Expand Down

0 comments on commit adb3a12

Please sign in to comment.