Commit 3f4096c6 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5672 increase timeout for drd_tiny_* tests


git-svn-id: file:///svn/toku/tokudb@50769 c7de825b-a66e-492c-adef-691d508d4ae1
parent 4998a0d0
......@@ -469,7 +469,7 @@ if(BUILD_TESTING OR BUILD_SRC_TESTS)
add_custom_executable(tiny ${test} ${base})
add_drd_test(ydb/drd_tiny_${test} $<TARGET_FILE:tiny_${test}> --num_seconds 5 --num_elements 150 --join_timeout 2500)
set_tests_properties(ydb/drd_tiny_${test} PROPERTIES TIMEOUT 3000)
set_tests_properties(ydb/drd_tiny_${test} PROPERTIES TIMEOUT 6000)
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 18000)
set_tests_properties(ydb/drd_mid_${test} PROPERTIES TIMEOUT 21600)
......
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