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

tightened the drd_large_* timeout too much last night. bringing it back

up a little
refs #4871


git-svn-id: file:///svn/toku/tokudb@45038 c7de825b-a66e-492c-adef-691d508d4ae1
parent 3a32edcd
......@@ -447,7 +447,7 @@ if(BUILD_TESTING)
add_drd_test(ydb/drd_mid_${test} ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:mid_${test}> 10000 100)
add_custom_executable(large ${test} ${src})
add_drd_test(ydb/drd_large_${test} ${CMAKE_CFG_INTDIR}/run_stress_test.sh $<TARGET_FILE:large_${test}> 150000 1000)
set_tests_properties(ydb/drd_large_${test} PROPERTIES TIMEOUT 3000)
set_tests_properties(ydb/drd_large_${test} PROPERTIES TIMEOUT 6000)
endif()
endforeach(src)
......
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