Commit 1a26abb9 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4871] increase timeout for drd_mid_test_stress* and drd_large_test_stress*.

should we really be running these every night?


git-svn-id: file:///svn/toku/tokudb@44533 c7de825b-a66e-492c-adef-691d508d4ae1
parent 9d29401c
...@@ -438,10 +438,10 @@ if(BUILD_TESTING) ...@@ -438,10 +438,10 @@ if(BUILD_TESTING)
add_drd_test(drd_tiny_${test} $<TARGET_FILE:tiny_${test}> --num_seconds 5 --num_elements 150) add_drd_test(drd_tiny_${test} $<TARGET_FILE:tiny_${test}> --num_seconds 5 --num_elements 150)
add_custom_executable(mid ${test} ${src}) add_custom_executable(mid ${test} ${src})
add_drd_test(drd_mid_${test} ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:mid_${test}> 10000 100) add_drd_test(drd_mid_${test} ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:mid_${test}> 10000 100)
set_tests_properties(drd_mid_${test} PROPERTIES TIMEOUT 7200) set_tests_properties(drd_mid_${test} PROPERTIES TIMEOUT 14400)
add_custom_executable(large ${test} ${src}) add_custom_executable(large ${test} ${src})
add_drd_test(drd_large_${test} ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:large_${test}> 150000 1000) add_drd_test(drd_large_${test} ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:large_${test}> 150000 1000)
set_tests_properties(drd_large_${test} PROPERTIES TIMEOUT 14400) set_tests_properties(drd_large_${test} PROPERTIES TIMEOUT 28800)
endforeach(src) endforeach(src)
## for some reason this rule doesn't run with the makefile and it crashes with this rule, so I'm disabling this special case ## for some reason this rule doesn't run with the makefile and it crashes with this rule, so I'm disabling this special case
......
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