refs #5671 increase timeout for drd_mid tests

git-svn-id: file:///svn/toku/tokudb@50312 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Leif Walsh 2013-04-17 00:01:18 -04:00 committed by Yoni Fogel
parent c8f788758c
commit d341ca5098

View file

@ -471,7 +471,7 @@ if(BUILD_TESTING OR BUILD_SRC_TESTS)
set_tests_properties(ydb/drd_tiny_${test} PROPERTIES TIMEOUT 3000) set_tests_properties(ydb/drd_tiny_${test} PROPERTIES TIMEOUT 3000)
add_custom_executable(mid ${test} ${base}) add_custom_executable(mid ${test} ${base})
add_drd_test(ydb/drd_mid_${test} ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:mid_${test}> 10000 100 10800) add_drd_test(ydb/drd_mid_${test} ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:mid_${test}> 10000 100 10800)
set_tests_properties(ydb/drd_mid_${test} PROPERTIES TIMEOUT 14400) set_tests_properties(ydb/drd_mid_${test} PROPERTIES TIMEOUT 21600)
add_custom_executable(large ${test} ${base}) add_custom_executable(large ${test} ${base})
add_drd_test(ydb/drd_large_${test} ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:large_${test}> 150000 1000 18000) add_drd_test(ydb/drd_large_${test} ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:large_${test}> 150000 1000 18000)
set_tests_properties(ydb/drd_large_${test} PROPERTIES TIMEOUT 21600) set_tests_properties(ydb/drd_large_${test} PROPERTIES TIMEOUT 21600)