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' }}