Commit a46f05d7 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increased timeout for bluefs and bdev unit tests to pass on slow backing store

parent d211a934
......@@ -81,7 +81,7 @@ diff -uNr ceph-15.2.15/src/test/objectstore/CMakeLists.txt ceph-15.2.15-fix_test
test_bluefs.cc
)
add_ceph_unittest(unittest_bluefs)
+ set_tests_properties(unittest_bluefs PROPERTIES TIMEOUT 10800)
+ set_tests_properties(unittest_bluefs PROPERTIES TIMEOUT 18000)
target_link_libraries(unittest_bluefs os global)
# unittest_bluestore_types
......@@ -89,7 +89,7 @@ diff -uNr ceph-15.2.15/src/test/objectstore/CMakeLists.txt ceph-15.2.15-fix_test
test_bdev.cc
)
add_ceph_unittest(unittest_bdev)
+ set_tests_properties(unittest_bdev PROPERTIES TIMEOUT 10800)
+ set_tests_properties(unittest_bdev PROPERTIES TIMEOUT 18000)
target_link_libraries(unittest_bdev os global)
endif(WITH_BLUESTORE)
......
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