mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 00:20:47 +00:00
test_node_ops_tasks.py::test_get_children fails due to timeout of tasks_vt_get_children injection in debug mode. Compared to a successful run, no clear root cause stands out. Extend the message timeout of tasks_vt_get_children from 10s to 60s. Fixes: #28295. Closes scylladb/scylladb#28599