From 19159b094e10146355541f59599d5e486ed135d5 Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Thu, 2 Mar 2023 01:23:17 +0100 Subject: [PATCH] test --- sw/deployer/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } }