mdbx-testing: уменьшение кол-ва итераций `extra/crunched-delete` для CI.
This commit is contained in:
parent
ecf862a4f6
commit
ca2dbf0933
|
@ -656,6 +656,10 @@ else()
|
|||
set(MDBX_ENABLE_TESTS FALSE)
|
||||
endif()
|
||||
|
||||
if(CI)
|
||||
add_definitions(-DMDBX_CI="${CI}")
|
||||
endif()
|
||||
|
||||
################################################################################
|
||||
################################################################################
|
||||
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
#if MDBX_DEBUG || !defined(NDEBUG) || defined(__APPLE__) || defined(_WIN32)
|
||||
#define NN 1024
|
||||
#elif defined(MDBX_CI)
|
||||
#define NN 4096
|
||||
#else
|
||||
#define NN 16384
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue