Skip to content

Commit a99306f

Browse files
authored
bump sleep to 10s in vpn action (#17346)
1 parent 1df9eff commit a99306f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/connect-ovpn/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
PING_URL: ${{ inputs.PING_URL }}
6565
shell: bash
6666
run: |
67-
sleep 5
67+
sleep 10
6868
if ping -c 2 $PING_URL > /dev/null 2>&1; then
6969
7070
# echo -e "\nPinging URL: ${{ inputs.PING_URL }}" ;

0 commit comments

Comments
 (0)