fix: add missing Duration import in scsi_recovery test
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
//! These tests require a real /dev/sg* device and are therefore #[ignore].
|
//! These tests require a real /dev/sg* device and are therefore #[ignore].
|
||||||
|
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
|
use std::time::Duration;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
#[ignore]
|
||||||
|
|||||||
Reference in New Issue
Block a user