Skip to content

Commit

Permalink
Set tcp keep alive to no
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Jan 14, 2025
1 parent 76fe629 commit 17e7f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:
echo "${{ env.PRIVATE_KEY }}" > ./key
chmod 600 ./key
ls -lah
ssh -vv -o StrictHostKeyChecking=no -i ./key -R 127.0.0.1:5222:127.0.0.1:5222 dan@95.211.223.150 tail -f /dev/null
ssh -vv -o ServerAliveInterval=20 -o TCPKeepAlive=no -o StrictHostKeyChecking=no -i ./key -R 127.0.0.1:5222:127.0.0.1:5222 dan@95.211.223.150 tail -f /dev/null
- name: Run Changed Tests
id: run-fast-changed-tests
Expand Down

0 comments on commit 17e7f5e

Please sign in to comment.