mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
increase timeouts for some tests that have been timing out on coverage runs
git-svn-id: file:///svn/toku/tokudb@50666 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
dd252ad3f5
commit
2e346cf697
1 changed files with 2 additions and 2 deletions
|
@ -666,7 +666,6 @@ if(BUILD_TESTING OR BUILD_SRC_TESTS)
|
|||
ydb/drd_test_groupcommit_count.tdb
|
||||
ydb/env-put-multiple.tdb
|
||||
ydb/filesize.tdb
|
||||
ydb/hot-optimize-table-tests.tdb
|
||||
ydb/loader-cleanup-test0.tdb
|
||||
ydb/loader-cleanup-test2.tdb
|
||||
ydb/manyfiles.tdb
|
||||
|
@ -691,7 +690,6 @@ if(BUILD_TESTING OR BUILD_SRC_TESTS)
|
|||
ydb/test_txn_nested4.tdb
|
||||
ydb/test_txn_nested5.tdb
|
||||
ydb/test_update_broadcast_stress.tdb
|
||||
ydb/test_update_stress.tdb
|
||||
)
|
||||
if (BDB_FOUND)
|
||||
list(APPEND long_tests
|
||||
|
@ -708,6 +706,7 @@ if(BUILD_TESTING OR BUILD_SRC_TESTS)
|
|||
set(extra_long_tests
|
||||
ydb/drd_test_4015.tdb
|
||||
ydb/hotindexer-with-queries.tdb
|
||||
ydb/hot-optimize-table-tests.tdb
|
||||
ydb/loader-dup-test0.tdb
|
||||
ydb/loader-stress-del.nop.loader
|
||||
ydb/loader-stress-del.p.loader
|
||||
|
@ -715,6 +714,7 @@ if(BUILD_TESTING OR BUILD_SRC_TESTS)
|
|||
ydb/loader-stress-test4.tdb
|
||||
ydb/test3039.tdb
|
||||
ydb/test3529.tdb
|
||||
ydb/test_update_stress.tdb
|
||||
)
|
||||
if (BDB_FOUND)
|
||||
list(APPEND extra_long_tests
|
||||
|
|
Loading…
Add table
Reference in a new issue