Increase sleep
This commit is contained in:
parent
a987b44654
commit
80c7ed127a
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -59,10 +59,10 @@ jobs:
|
|||
command: publish
|
||||
args: --package qbittorrent-web-api-gen
|
||||
|
||||
- name: Sleep for 10 seconds - wait for qbittorrent-web-api-gen to be available
|
||||
- name: Sleep for 30 seconds - wait for qbittorrent-web-api-gen to be available
|
||||
uses: jakejarvis/wait-action@master
|
||||
with:
|
||||
time: '10s'
|
||||
time: '30s'
|
||||
|
||||
- name: Publish qbittorrent-web-api
|
||||
uses: actions-rs/cargo@v1
|
||||
|
|
Loading…
Reference in New Issue
Block a user