Commit 6ad94562 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

increase timeout for benchmark-test_256


git-svn-id: file:///svn/toku/tokudb@49528 c7de825b-a66e-492c-adef-691d508d4ae1
parent 2a6179db
......@@ -139,7 +139,11 @@ if(BUILD_TESTING OR BUILD_FT_TESTS)
## these take a really long time with valgrind
set(phenomenally_long_tests
ft/benchmark-test
ft/benchmark-test_256
)
set_tests_properties(${phenomenally_long_tests} PROPERTIES TIMEOUT 14400)
## whoa
set(catastrophically_long_tests
ft/benchmark-test_256
)
set_tests_properties(${catastrophically_long_tests} PROPERTIES TIMEOUT 28800)
endif(BUILD_TESTING OR BUILD_FT_TESTS)
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