#16 Increase timeout threshold for ping

This commit is contained in:
Joey Hafner 2024-10-25 12:08:20 -07:00
parent 197c6a721a
commit af84c4725a
No known key found for this signature in database

View File

@ -18,7 +18,7 @@ jobs:
run: |
sudo apt-get update &&\
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
run: |
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key