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

[t:4814] fix lengthening the timeout of tests

git-svn-id: file:///svn/toku/tokudb@43210 c7de825b-a66e-492c-adef-691d508d4ae1
parent da7bc542
......@@ -97,11 +97,11 @@ if(BUILD_TESTING)
endforeach(src)
## give some tests, that time out when run with valgrind, 1 hour to complete
set_tests_properties(
set(long_tests
subblock-test-checksum
subblock-test-compression
benchmark-test
benchmark-test_256
PROPERTIES TIMEOUT 3600
)
set_tests_properties(${long_tests} PROPERTIES TIMEOUT 3600)
endif(BUILD_TESTING)
......@@ -586,13 +586,15 @@ if(BUILD_TESTING)
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(
set(long_tests
drd_test_4015.tdb
test1426.tdb
test_query.tdb
loader-stress-del.p.loader
loader-stress-del.nop.loader
test1572.tdb
PROPERTIES TIMEOUT 3600
)
if (BDB_FOUND)
list(APPEND long_tests test1426.tdb)
endif (BDB_FOUND)
set_tests_properties(${long_tests} 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