Commit f232608c authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #4871 increase timeout for 1426 *again*. what happened to it?


git-svn-id: file:///svn/toku/tokudb@45259 c7de825b-a66e-492c-adef-691d508d4ae1
parent 571558c5
......@@ -683,16 +683,16 @@ if(BUILD_TESTING)
ydb/recovery_fileops_unit.tdb
ydb/test3039.tdb
)
if (BDB_FOUND)
list(APPEND extra_long_tests
ydb/test1426.tdb
)
endif (BDB_FOUND)
set_tests_properties(${extra_long_tests} PROPERTIES TIMEOUT 7200)
## these really take a long time with valgrind
set(phenomenally_long_tests
ydb/checkpoint_stress.tdb
ydb/recover_stress.tdb
)
if (BDB_FOUND)
list(APPEND phenomenally_long_tests
ydb/test1426.tdb
)
endif (BDB_FOUND)
set_tests_properties(${phenomenally_long_tests} PROPERTIES TIMEOUT 14400)
endif(BUILD_TESTING)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment