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

git-svn-id: file:///svn/toku/tokudb@43485 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Leif Walsh 2013-04-17 00:00:29 -04:00 committed by Yoni Fogel
parent d58b1a3331
commit c80afed609
2 changed files with 7 additions and 5 deletions

View file

@ -114,7 +114,6 @@ if(BUILD_TESTING)
set(long_tests
log-test7
subblock-test-compression
benchmark-test_256
is_empty
recovery-bad-last-entry
)
@ -123,6 +122,7 @@ if(BUILD_TESTING)
set(extra_long_tests
subblock-test-checksum
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)

View file

@ -585,9 +585,7 @@ if(BUILD_TESTING)
## give some tests, that time out normally, 1 hour to complete
set(long_tests
drd_test_4015.tdb
test_query.tdb
loader-stress-del.nop.loader
test1572.tdb
checkpoint_1.tdb
env-put-multiple.tdb
@ -600,6 +598,8 @@ if(BUILD_TESTING)
root_fifo_32.tdb
shutdown-3344.tdb
stat64-create-modify-times.tdb
test_abort4_19_0.tdb
test_abort4_19_1.tdb
test_abort5.tdb
test_archive1.tdb
test_logmax.tdb
@ -624,11 +624,13 @@ if(BUILD_TESTING)
set_tests_properties(${long_tests} PROPERTIES TIMEOUT 3600)
## some take even longer, with valgrind
set(extra_long_tests
drd_test_4015.tdb
checkpoint_stress.tdb
recover_stress.tdb
test3039.tdb
loader-dup-test0.tdb
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)