From 19970360db1a021a7fa83050ed9ebfc9e024d9f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sun, 14 Aug 2022 22:49:01 +0200 Subject: [PATCH] Update smoke-tests.yml --- .github/workflows/smoke-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 8f22e203..49eabb6d 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -272,11 +272,11 @@ jobs: ssh -o StrictHostKeyChecking=no root@${{ matrix.ip }} "shutdown -r 1" - - name: Sleep for 5 min + - name: Sleep for 10 min if: ${{ github.repository_owner == 'Armbian' && env.PROCEED == 'true' }} uses: juliangruber/sleep-action@v1 with: - time: 5m + time: 10m - name: Ping if: ${{ github.repository_owner == 'Armbian' && env.PROCEED == 'true' }}