Skip to content

Commit

Permalink
Update fendermint/testing/materializer/src/docker/dropper.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Friðrik Ásmundsson <[email protected]>
  • Loading branch information
aakoshh and fridrik01 authored Feb 29, 2024
1 parent ffc7f7a commit 02fe4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fendermint/testing/materializer/src/docker/dropper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use bollard::{
Docker,
};

/// Timemout before we kill the container if it doesn't want to stop.
/// Timeout before we kill the container if it doesn't want to stop.
const KILL_TIMEOUT_SECS: i64 = 5;

/// Commands to destroy docker constructs when they go out of scope.
Expand Down

0 comments on commit 02fe4ae

Please sign in to comment.