diff --git a/CTestCustom.cmake b/CTestCustom.cmake index 9faef3c691f..38cbc3b2c95 100644 --- a/CTestCustom.cmake +++ b/CTestCustom.cmake @@ -134,6 +134,7 @@ set(perf_tests ydb/perf_nop.tdb ydb/perf_ptquery.tdb ydb/perf_ptquery2.tdb + ydb/perf_read_write.tdb ydb/perf_xmalloc_free.tdb ) diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index ac4bcadfa55..a94187c2555 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -479,7 +479,7 @@ if(BUILD_TESTING) add_test( NAME ydb/${test}/upgrade/${oldver}/${p_or_s}/${size} COMMAND ${CMAKE_CFG_INTDIR}/run_upgrade_stress_test.sh $ ${TOKU_SVNROOT}/tokudb.data/old-stress-test-envs/${oldver}/saved${p_or_s}-${size}-dir dir.upgrade_${oldver}_${p_or_s}_${size}_${base}.tdb ${size} 600) - set_tests_properties(ydb/${test}/upgrade/${oldver}/${p_or_s}/${size} PROPERTIES TIMEOUT 3600) + set_tests_properties(ydb/${test}/upgrade/${oldver}/${p_or_s}/${size} PROPERTIES TIMEOUT 5400) endforeach(size) endif () endforeach(p_or_s)