mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 02:54:13 +08:00
mdbx-test: увеличения таймаута для smoke-теста на случай параллельного выполнения под Valgrind.
This commit is contained in:
parent
5a86afaac3
commit
e316bc8b29
@ -144,7 +144,7 @@ else()
|
|||||||
--table=+data.integer --keygen.split=29 --datalen.min=min --datalen.max=max --progress --console=no
|
--table=+data.integer --keygen.split=29 --datalen.min=min --datalen.max=max --progress --console=no
|
||||||
--repeat=2 --pathname=dupsort_writemap.db --dont-cleanup-after basic)
|
--repeat=2 --pathname=dupsort_writemap.db --dont-cleanup-after basic)
|
||||||
set_tests_properties(dupsort_writemap PROPERTIES
|
set_tests_properties(dupsort_writemap PROPERTIES
|
||||||
TIMEOUT 600
|
TIMEOUT 3600
|
||||||
RUN_SERIAL OFF)
|
RUN_SERIAL OFF)
|
||||||
if(MDBX_BUILD_TOOLS)
|
if(MDBX_BUILD_TOOLS)
|
||||||
add_test(NAME dupsort_writemap_chk COMMAND ${MDBX_OUTPUT_DIR}/mdbx_chk -nvvwc dupsort_writemap.db)
|
add_test(NAME dupsort_writemap_chk COMMAND ${MDBX_OUTPUT_DIR}/mdbx_chk -nvvwc dupsort_writemap.db)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user