From 02fe4ae3caf96de9386ee6ce14425f32d726711c Mon Sep 17 00:00:00 2001 From: Akosh Farkash Date: Thu, 29 Feb 2024 19:02:23 +0000 Subject: [PATCH] Update fendermint/testing/materializer/src/docker/dropper.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Friðrik Ásmundsson --- fendermint/testing/materializer/src/docker/dropper.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fendermint/testing/materializer/src/docker/dropper.rs b/fendermint/testing/materializer/src/docker/dropper.rs index 881d63258..279edce53 100644 --- a/fendermint/testing/materializer/src/docker/dropper.rs +++ b/fendermint/testing/materializer/src/docker/dropper.rs @@ -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.