diff --git a/tests/scsi_recovery.rs b/tests/scsi_recovery.rs index 1eb5e9e..c8f909c 100644 --- a/tests/scsi_recovery.rs +++ b/tests/scsi_recovery.rs @@ -9,6 +9,7 @@ //! These tests require a real /dev/sg* device and are therefore #[ignore]. use std::path::Path; +use std::time::Duration; #[test] #[ignore]