mdbx-testing: уменьшение кол-ва итераций extra/crunched_delete для Windows.

До этих изменений тесты на CI могли длиться несколько часов и завершаться по таймауту, что неприемлемо.
This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2024-09-28 22:11:09 +03:00
parent 9fa76a56fc
commit 0178d5b5c8

View File

@ -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