We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3afa28b commit 5d1e009Copy full SHA for 5d1e009
automap/src/comm_layer/pmp.rs
@@ -1442,7 +1442,7 @@ mod tests {
1442
next_lifetime: Duration::from_secs(600),
1443
remap_interval: Duration::from_secs(0),
1444
};
1445
- let mut last_remapped = Instant::now().sub(Duration::from_secs(3600));
+ let mut last_remapped = Instant::now().sub(Duration::from_secs(60));
1446
let logger = Logger::new("maybe_remap_handles_remapping_error");
1447
let transactor = PmpTransactor::new();
1448
let mut subject =
0 commit comments