From 5a86afaac3a49eff0707914d48a0b4c126d7d801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Mon, 27 Nov 2023 12:52:40 +0300 Subject: [PATCH] =?UTF-8?q?mdbx-test:=203-=D1=87=D0=B0=D1=81=D0=BE=D0=B2?= =?UTF-8?q?=D0=BE=D0=B9=20=D1=82=D0=B0=D0=B9=D0=BC=D0=B0=D1=83=D1=82=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20`extra=5Fdoubtless=5Fpositioning`=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D0=B8=20Valgrind.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 59dc315c..bb3ab448 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -188,6 +188,9 @@ else() add_test(NAME extra_dupfixed_multiple COMMAND test_extra_dupfixed_multiple) add_test(NAME extra_hex_base64_base58 COMMAND test_extra_hex_base64_base58) add_test(NAME extra_doubtless_positioning COMMAND test_extra_doubtless_positioning) + if (ENABLE_MEMCHECK) + set_tests_properties(extra_doubtless_positioning PROPERTIES TIMEOUT 10800) + endif() endif() endif()