From 858e10accc86d7b95efac395bed2ba2cf9ea4c9c Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 20 Dec 2024 15:47:49 +0100 Subject: [PATCH] test: LIBP2P_TCP_MUX: true this re-enabled TCP muxing (if sharness fails due to timeout, we have bug related to libp2p.ShareTCPListener() somehow) --- .github/workflows/sharness.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sharness.yml b/.github/workflows/sharness.yml index 334c719b5be..382629cdd8e 100644 --- a/.github/workflows/sharness.yml +++ b/.github/workflows/sharness.yml @@ -52,7 +52,7 @@ jobs: TEST_EXPENSIVE: 1 IPFS_CHECK_RCMGR_DEFAULTS: 1 CONTINUE_ON_S_FAILURE: 1 - LIBP2P_TCP_MUX: false # TODO + LIBP2P_TCP_MUX: true # TODO # increasing parallelism beyond 10 doesn't speed up the tests much PARALLEL: ${{ github.repository == 'ipfs/kubo' && 10 || 3 }} - name: Upload coverage report