This commit is contained in:
Mateusz Faderewski 2023-03-02 01:23:17 +01:00
parent 4e1511734c
commit 19159b094e

View File

@ -377,7 +377,7 @@ fn handle_debug_command(sn: Option<String>, args: &DebugArgs) -> Result<(), sc64
_ => {}
}
} else {
thread::sleep(Duration::from_micros(1));
thread::sleep(Duration::from_millis(1));
}
}