Skip to content

Commit

Permalink
set sleep 30s (shorter)
Browse files Browse the repository at this point in the history
  • Loading branch information
tai-cha committed Oct 20, 2023
1 parent a9c748e commit 4e4a8a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/get-api-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Launch misskey
run: |
screen -S misskey -dm pnpm run dev
sleep 60s
sleep 30s
- name: Wait for Misskey to be ready
run: |
MAX_RETRIES=6
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Launch misskey
run: |
screen -S misskey -dm pnpm run dev
sleep 40s
sleep 30s
- name: Wait for Misskey to be ready
run: |
MAX_RETRIES=6
Expand Down

0 comments on commit 4e4a8a5

Please sign in to comment.