Commit fe60dcf4 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

unittest_bluefs is disk intensive and may timeout on slow backing store -...

unittest_bluefs is disk intensive and may timeout on slow backing store - increased timeout by extra hour
parent 0eed07d6
......@@ -113,7 +113,7 @@ diff -uNr ceph-15.2.4/src/test/objectstore/CMakeLists.txt ceph-15.2.4-fix_tests/
test_bluefs.cc
)
add_ceph_unittest(unittest_bluefs)
+ set_tests_properties(unittest_bluefs PROPERTIES TIMEOUT 7200)
+ set_tests_properties(unittest_bluefs PROPERTIES TIMEOUT 10800)
target_link_libraries(unittest_bluefs os global)
# unittest_bluestore_types
......
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