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

[t:4814] give some tests more time to complete in valgrind

git-svn-id: file:///svn/toku/tokudb@43209 c7de825b-a66e-492c-adef-691d508d4ae1
parent ed84158c
......@@ -95,4 +95,13 @@ if(BUILD_TESTING)
add_test(${base} ${base})
endif()
endforeach(src)
## give some tests, that time out when run with valgrind, 1 hour to complete
set_tests_properties(
subblock-test-checksum
subblock-test-compression
benchmark-test
benchmark-test_256
PROPERTIES TIMEOUT 3600
)
endif(BUILD_TESTING)
......@@ -584,4 +584,15 @@ if(BUILD_TESTING)
endforeach(loader_test)
set_tests_properties(${tdb_tests_that_should_fail} PROPERTIES WILL_FAIL TRUE)
## give some tests, that time out when run with valgrind, 1 hour to complete
set_tests_properties(
drd_test_4015.tdb
test1426.tdb
test_query.tdb
loader-stress-del.p.loader
loader-stress-del.nop.loader
test1572.tdb
PROPERTIES TIMEOUT 3600
)
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