From d69ab5c76bee779b2631a6299b8d51bdec00595a Mon Sep 17 00:00:00 2001 From: landry Date: Wed, 13 May 2026 07:39:46 +0000 Subject: [PATCH] databases/arrow/cpp: stop overriding do-test, pass ctest flags via TEST_FLAGS --- databases/arrow/cpp/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/databases/arrow/cpp/Makefile b/databases/arrow/cpp/Makefile index 7235932e6f3..778bb795bf3 100644 --- a/databases/arrow/cpp/Makefile +++ b/databases/arrow/cpp/Makefile @@ -69,9 +69,7 @@ WANTLIB += ${COMPILER_LIBCXX} c crypto m snappy ssl thrift z # devel/gtest # WANTLIB += boost_atomic-mt boost_context-mt boost_date_time-mt # WANTLIB += boost_filesystem-mt boost_process-mt gmock gtest -# no way to set the timeout via env vars, defaults to 10000000 -# arrow-utility-test.txt timeouts -do-test: - @${MODCMAKE_TEST_TARGET} --timeout 180 +# arrow-utility-test.txt timeouts, and the default is 10000000 +TEST_FLAGS = --timeout 180 .include