summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2021-11-17 00:03:17 -0800
committerGitHub <noreply@github.com>2021-11-17 00:03:17 -0800
commit4f05a58f3d1fbe946dde869924d9c6b49947a7b7 (patch)
treea6673e418ccc0184b8ae403321cfe354ae1946ce
parent6aaf7ec597a9a2b2292379450cf2e37f0b2f31e4 (diff)
parentca129c87cfd4621f54ac7c2b39e780b3da69bb93 (diff)
downloadrabbitmq-server-git-4f05a58f3d1fbe946dde869924d9c6b49947a7b7.tar.gz
Merge pull request #3748 from siggisim/fix-keepalives
Further tweaks to GitHub Actions networking keep-alive
-rw-r--r--.github/workflows/test-mixed-versions.yaml1
-rw-r--r--.github/workflows/test.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test-mixed-versions.yaml b/.github/workflows/test-mixed-versions.yaml
index 2c86dbd75e..e14abfee58 100644
--- a/.github/workflows/test-mixed-versions.yaml
+++ b/.github/workflows/test-mixed-versions.yaml
@@ -56,6 +56,7 @@ jobs:
#! uses: mxschmitt/action-tmate@v3
- name: RUN TESTS
run: |
+ sudo sysctl -w net.ipv4.tcp_keepalive_time=60
sudo ethtool -K eth0 tso off gso off gro off tx off rx off lro off
bazelisk test //... \
--config=rbe-${{ matrix.erlang_version }} \
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 365c060db9..9efb138102 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -50,6 +50,7 @@ jobs:
#! uses: mxschmitt/action-tmate@v3
- name: RUN TESTS
run: |
+ sudo sysctl -w net.ipv4.tcp_keepalive_time=60
sudo ethtool -K eth0 tso off gso off gro off tx off rx off lro off
bazelisk test //... \
--config=rbe-${{ matrix.erlang_version }} \