Commit aa54b94e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

unittest_bdev still times out on slow disks - increase the timeout to 3 hours

parent 2d7046b4
...@@ -121,7 +121,7 @@ diff -uNr ceph-15.2.4/src/test/objectstore/CMakeLists.txt ceph-15.2.4-fix_tests/ ...@@ -121,7 +121,7 @@ diff -uNr ceph-15.2.4/src/test/objectstore/CMakeLists.txt ceph-15.2.4-fix_tests/
test_bdev.cc test_bdev.cc
) )
add_ceph_unittest(unittest_bdev) add_ceph_unittest(unittest_bdev)
+ set_tests_properties(unittest_bdev PROPERTIES TIMEOUT 7200) + set_tests_properties(unittest_bdev PROPERTIES TIMEOUT 10800)
target_link_libraries(unittest_bdev os global) target_link_libraries(unittest_bdev os global)
endif(WITH_BLUESTORE) 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