#16 Increase timeout threshold for ping
This commit is contained in:
parent
197c6a721a
commit
af84c4725a
@ -18,7 +18,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update &&\
|
sudo apt-get update &&\
|
||||||
sudo apt-get install -y iputils-ping
|
sudo apt-get install -y iputils-ping
|
||||||
ping -c 1 -t 1 -q 192.168.1.1
|
ping -c 1 -t 5 -q 192.168.1.1
|
||||||
- name: Configure SSH
|
- name: Configure SSH
|
||||||
run: |
|
run: |
|
||||||
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key
|
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key
|
||||||
|
Loading…
Reference in New Issue
Block a user