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

[t:4871] increase test timeout for some valgrind tests

git-svn-id: file:///svn/toku/tokudb@43485 c7de825b-a66e-492c-adef-691d508d4ae1
parent e27437d2
...@@ -114,7 +114,6 @@ if(BUILD_TESTING) ...@@ -114,7 +114,6 @@ if(BUILD_TESTING)
set(long_tests set(long_tests
log-test7 log-test7
subblock-test-compression subblock-test-compression
benchmark-test_256
is_empty is_empty
recovery-bad-last-entry recovery-bad-last-entry
) )
...@@ -123,6 +122,7 @@ if(BUILD_TESTING) ...@@ -123,6 +122,7 @@ if(BUILD_TESTING)
set(extra_long_tests set(extra_long_tests
subblock-test-checksum subblock-test-checksum
benchmark-test benchmark-test
benchmark-test_256
) )
set_tests_properties(${extra_long_tests} PROPERTIES TIMEOUT 5400) set_tests_properties(${extra_long_tests} PROPERTIES TIMEOUT 7200)
endif(BUILD_TESTING) endif(BUILD_TESTING)
...@@ -585,9 +585,7 @@ if(BUILD_TESTING) ...@@ -585,9 +585,7 @@ if(BUILD_TESTING)
## give some tests, that time out normally, 1 hour to complete ## give some tests, that time out normally, 1 hour to complete
set(long_tests set(long_tests
drd_test_4015.tdb
test_query.tdb test_query.tdb
loader-stress-del.nop.loader
test1572.tdb test1572.tdb
checkpoint_1.tdb checkpoint_1.tdb
env-put-multiple.tdb env-put-multiple.tdb
...@@ -600,6 +598,8 @@ if(BUILD_TESTING) ...@@ -600,6 +598,8 @@ if(BUILD_TESTING)
root_fifo_32.tdb root_fifo_32.tdb
shutdown-3344.tdb shutdown-3344.tdb
stat64-create-modify-times.tdb stat64-create-modify-times.tdb
test_abort4_19_0.tdb
test_abort4_19_1.tdb
test_abort5.tdb test_abort5.tdb
test_archive1.tdb test_archive1.tdb
test_logmax.tdb test_logmax.tdb
...@@ -624,11 +624,13 @@ if(BUILD_TESTING) ...@@ -624,11 +624,13 @@ if(BUILD_TESTING)
set_tests_properties(${long_tests} PROPERTIES TIMEOUT 3600) set_tests_properties(${long_tests} PROPERTIES TIMEOUT 3600)
## some take even longer, with valgrind ## some take even longer, with valgrind
set(extra_long_tests set(extra_long_tests
drd_test_4015.tdb
checkpoint_stress.tdb checkpoint_stress.tdb
recover_stress.tdb recover_stress.tdb
test3039.tdb test3039.tdb
loader-dup-test0.tdb loader-dup-test0.tdb
loader-stress-del.p.loader loader-stress-del.p.loader
loader-stress-del.nop.loader
) )
set_tests_properties(${extra_long_tests} PROPERTIES TIMEOUT 5400) set_tests_properties(${extra_long_tests} PROPERTIES TIMEOUT 7200)
endif(BUILD_TESTING) 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