tests: Speed up test_pci_device_id()

This test was taking > 300s due to SSH backoffs.

Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
Rob Bradford
2026-04-16 23:11:21 +01:00
parent d449983495
commit 67cf328a9e
2 changed files with 50 additions and 40 deletions

View File

@@ -702,7 +702,7 @@ pub enum WaitForSshError {
},
}
fn default_guest_auth() -> PasswordAuth {
pub fn default_guest_auth() -> PasswordAuth {
PasswordAuth {
username: String::from("cloud"),
password: String::from("cloud123"),