From 699ef14dddf8f8f4a8f71fb7e450d370cf22730e Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Fri, 31 Jul 2026 00:47:06 +0800 Subject: [PATCH] fix(kms): pass attempt timeout in vault kv2 tests (#5482) PR #5472 added a required attempt_timeout parameter to VaultKmsClient::new, while PR #5474 (developed in parallel) added three tests calling it with the old single-argument signature, breaking compilation of cargo test -p rustfs-kms. Pass the same 30-second timeout the neighboring tests use.