)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":5890,"name":"Doug Goldstein","email":"cardoe@cardoe.com","username":"cardoe"},"change_message_id":"782a791e565caeb72edd6c67bfade7a8adf86caa","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"835cbab4_1ed89954","updated":"2025-12-17 16:42:54.000000000","message":"This is confusing in name. requests (which we\u0027re using) has a number of different timeout values and when we do async its actually got even more. You\u0027re mapping the following now:\n\n`connect_timeout` -\u003e urllib3\u0027s sock timeout so this is the timeout for establishing the socket connection. If the DNS name of what you connect to returns 2 IP addresses then you\u0027ll wait 2 x connect_timeout.\n`connection_timeout` -\u003e urllib3\u0027s read timeout. This is the timeout in between receiving bytes from the server before a timeout is declared.\n\nThis last one is where I think we should have a better name. I think `read_timeout` would definitely be better.","commit_id":"9485c9edf962fbf805af0686b9325057b645fb27"},{"author":{"_account_id":23851,"name":"Riccardo Pittau","email":"elfosardo@gmail.com","username":"elfosardo"},"change_message_id":"910c11f08cf01b0a59182545ac024c31d6508e95","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"089f227f_3b0ba3ac","in_reply_to":"835cbab4_1ed89954","updated":"2025-12-17 16:44:49.000000000","message":"I\u0027ve already changed it :)","commit_id":"9485c9edf962fbf805af0686b9325057b645fb27"},{"author":{"_account_id":5890,"name":"Doug Goldstein","email":"cardoe@cardoe.com","username":"cardoe"},"change_message_id":"0c837046568701d5459dba03cb8a9c57a83190a8","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"61d2417b_3bd19f7d","updated":"2025-12-23 15:38:00.000000000","message":"Recheck couldn’t clone dnsmasq","commit_id":"97605e77242788061dfc7e0f40aaef1260f7928e"},{"author":{"_account_id":23851,"name":"Riccardo Pittau","email":"elfosardo@gmail.com","username":"elfosardo"},"change_message_id":"306a74a099d939a9e32bc9fe7bdf0c6e2dd06fd9","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"ba18e39b_e4bf44c6","updated":"2025-12-29 14:31:06.000000000","message":"recheck CI should be ok now","commit_id":"97605e77242788061dfc7e0f40aaef1260f7928e"},{"author":{"_account_id":23851,"name":"Riccardo Pittau","email":"elfosardo@gmail.com","username":"elfosardo"},"change_message_id":"fe0e0b0505c8d405313872d7a9d2ca97220fc077","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"230ad7a8_b6349eda","updated":"2025-12-23 10:42:33.000000000","message":"recheck was passing before","commit_id":"97605e77242788061dfc7e0f40aaef1260f7928e"}],"releasenotes/notes/add-connection-timeout-param-d6c403e7809267bc.yaml":[{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"7cee5b2c9ad3990bcff5a674197b450f3b44f3f2","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"fixes:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Adds two new timeout parameters to the ``Sushy`` class constructor to"},{"line_number":5,"context_line":"    allow faster failure when a BMC is unreachable:"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"562cfef5_d4932d49","line":2,"updated":"2025-12-22 14:07:45.000000000","message":"s/fixes/feature/ it does not fix anything by itself","commit_id":"be9c3c64559072322d381f80e4ab19b69d6078ec"},{"author":{"_account_id":23851,"name":"Riccardo Pittau","email":"elfosardo@gmail.com","username":"elfosardo"},"change_message_id":"f13499916779cdee18a9ef45dc4bfaff74608a5f","unresolved":false,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"fixes:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Adds two new timeout parameters to the ``Sushy`` class constructor to"},{"line_number":5,"context_line":"    allow faster failure when a BMC is unreachable:"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"508d3ba9_901451a7","line":2,"in_reply_to":"562cfef5_d4932d49","updated":"2025-12-23 08:56:00.000000000","message":"Done","commit_id":"be9c3c64559072322d381f80e4ab19b69d6078ec"}]}
