Skip to content

Commit 5d1e009

Browse files
committed
GH-622: Decreased last_remapped duration for maybe_remap_handles_remapping_error
1 parent 3afa28b commit 5d1e009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automap/src/comm_layer/pmp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ mod tests {
14421442
next_lifetime: Duration::from_secs(600),
14431443
remap_interval: Duration::from_secs(0),
14441444
};
1445-
let mut last_remapped = Instant::now().sub(Duration::from_secs(3600));
1445+
let mut last_remapped = Instant::now().sub(Duration::from_secs(60));
14461446
let logger = Logger::new("maybe_remap_handles_remapping_error");
14471447
let transactor = PmpTransactor::new();
14481448
let mut subject =

0 commit comments

Comments
 (0)