From 80c7ed127a81e8a7be461e6ef75a553a4092684a Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Mon, 11 Jul 2022 00:45:11 +0200 Subject: [PATCH] Increase sleep --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 05f5d66..255228e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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