Update smoke-tests.yml

This commit is contained in:
Igor Pečovnik
2022-08-14 22:49:01 +02:00
committed by GitHub
parent d90fbe755a
commit 19970360db

View File

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