Commit 06b24bc4 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #4871 increase some test timeouts


git-svn-id: file:///svn/toku/tokudb@45309 c7de825b-a66e-492c-adef-691d508d4ae1
parent fa3c1187
......@@ -477,6 +477,7 @@ if(BUILD_TESTING)
add_test(
NAME ydb/${test}/upgrade/${oldver}/${p_or_s}/${size}
COMMAND ${CMAKE_CFG_INTDIR}/run_upgrade_stress_test.sh $<TARGET_FILE:upgrade_${oldver}_${p_or_s}_${size}_${test}> ${TOKU_SVNROOT}/tokudb.data/old-stress-test-envs/${oldver}/saved${p_or_s}-${size}-dir dir.upgrade_${oldver}_${p_or_s}_${size}_${src}.tdb ${size} 600)
set_tests_properties(ydb/${test}/upgrade/${oldver}/${p_or_s}/${size} PROPERTIES TIMEOUT 3600)
endforeach(size)
endif ()
endforeach(p_or_s)
......@@ -634,6 +635,7 @@ if(BUILD_TESTING)
set(long_tests
ydb/checkpoint_1.tdb
ydb/env-put-multiple.tdb
ydb/hot-optimize-table-tests.tdb
ydb/loader-cleanup-test0.tdb
ydb/loader-cleanup-test2.tdb
ydb/manyfiles.tdb
......
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