Skip to content

Commit c259e03

Browse files
committed
Merge branch 'wcce_fix' into cli
2 parents ec9f659 + 8fb1dda commit c259e03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ca_handler_tests_cmp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
KNOWN_HOSTS: ${{ secrets.WCCE_SSH_KNOWN_HOSTS }}
233233

234234
- name: "[ PREPARE ] establish SSH connection"
235-
run: sudo ssh $SSH_USER@$SSH_HOST -i /tmp/rd/ak.tmp -p $SSH_PORT -o UserKnownHostsFile=/tmp/rd/known_hosts -L 8086:$CMP_HOST:8086 -g ping -c 75 $CMP_HOST &
235+
run: sudo ssh $SSH_USER@$SSH_HOST -i /tmp/rd/ak.tmp -p $SSH_PORT -o UserKnownHostsFile=/tmp/rd/known_hosts -L 8086:$CMP_HOST:8086 -g ping -c 120 $CMP_HOST &
236236
env:
237237
SSH_USER: ${{ secrets.CMP_SSH_USER }}
238238
SSH_HOST: ${{ secrets.CMP_SSH_HOST }}

0 commit comments

Comments
 (0)