mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-01 02:52:15 +00:00
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.
This commit is contained in: