mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-29 23:19:20 +08:00
mdbx-testing: уменьшение кол-ва итераций extra/crunched_delete
для Windows.
До этих изменений тесты на CI могли длиться несколько часов и завершаться по таймауту, что неприемлемо.
This commit is contained in:
parent
9fa76a56fc
commit
0178d5b5c8
@ -5,7 +5,7 @@
|
||||
#include <random>
|
||||
#include <vector>
|
||||
|
||||
#if MDBX_DEBUG || !defined(NDEBUG) || defined(__APPLE__)
|
||||
#if MDBX_DEBUG || !defined(NDEBUG) || defined(__APPLE__) || defined(_WIN32)
|
||||
#define NN 1024
|
||||
#else
|
||||
#define NN 16384
|
||||
|
Loading…
Reference in New Issue
Block a user