mdbx-tests: кратное сокращение итераций тестов в зависимости от конфигурации Valgrind/Debug/CI.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2025-03-19 02:51:28 +03:00
parent 2fd1772503
commit 917e2827f5
5 changed files with 74 additions and 22 deletions

View File

@@ -300,10 +300,10 @@ else()
endif()
if(MDBX_BUILD_CXX)
if(NOT WIN32 OR NOT MDBX_CXX_STANDARD LESS 17)
add_extra_test(cursor_closing)
add_extra_test(cursor_closing TIMEOUT 10800)
add_extra_test(early_close_dbi)
add_extra_test(maindb_ordinal)
add_extra_test(dupfix_multiple)
add_extra_test(dupfix_multiple TIMEOUT 10800)
add_extra_test(doubtless_positioning TIMEOUT 10800)
add_extra_test(crunched_delete TIMEOUT 10800)
add_extra_test(dbi)