We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec9f659 + 8fb1dda commit c259e03Copy full SHA for c259e03
1 file changed
.github/workflows/ca_handler_tests_cmp.yml
@@ -232,7 +232,7 @@ jobs:
232
KNOWN_HOSTS: ${{ secrets.WCCE_SSH_KNOWN_HOSTS }}
233
234
- 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 &
+ 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 &
236
env:
237
SSH_USER: ${{ secrets.CMP_SSH_USER }}
238
SSH_HOST: ${{ secrets.CMP_SSH_HOST }}
0 commit comments