diff --git a/sw/deployer/src/main.rs b/sw/deployer/src/main.rs index 9cf0211..d9ca77d 100644 --- a/sw/deployer/src/main.rs +++ b/sw/deployer/src/main.rs @@ -377,7 +377,7 @@ fn handle_debug_command(sn: Option, args: &DebugArgs) -> Result<(), sc64 _ => {} } } else { - thread::sleep(Duration::from_micros(1)); + thread::sleep(Duration::from_millis(1)); } }