From d2754aedb1e70056759503ce2a19aec7ee5694ee Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Mon, 16 Mar 2026 15:13:28 +0300 Subject: [PATCH] Revert "Merge bitcoin/bitcoin#26912: ci: Bump --combinedlogslen to debug intermittent issues" This reverts commit 06f3ffe58a12a0a3560aa9976a1ebd50e17d02ee. --- ci/dash/test_integrationtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/dash/test_integrationtests.sh b/ci/dash/test_integrationtests.sh index ef6ba89f4587..d546931d7cae 100755 --- a/ci/dash/test_integrationtests.sh +++ b/ci/dash/test_integrationtests.sh @@ -44,7 +44,7 @@ EXTRA_ARGS="--dashd-arg=-socketevents=$SOCKETEVENTS" set +e # shellcheck disable=SC2086 -LD_LIBRARY_PATH="$DEPENDS_DIR/$HOST/lib" ./test/functional/test_runner.py --ci --attempts=3 --ansi --combinedlogslen=99999999 --timeout-factor="${TEST_RUNNER_TIMEOUT_FACTOR}" ${TEST_RUNNER_EXTRA} --failfast --nocleanup --tmpdir="$(pwd)/testdatadirs" $PASS_ARGS $EXTRA_ARGS +LD_LIBRARY_PATH="$DEPENDS_DIR/$HOST/lib" ./test/functional/test_runner.py --ci --attempts=3 --ansi --combinedlogslen=4000 --timeout-factor="${TEST_RUNNER_TIMEOUT_FACTOR}" ${TEST_RUNNER_EXTRA} --failfast --nocleanup --tmpdir="$(pwd)/testdatadirs" $PASS_ARGS $EXTRA_ARGS RESULT=$? set -e