Add more debug markers

This commit is contained in:
Dennis Kobert 2023-06-17 19:57:13 +02:00 committed by Keavon Chambers
parent aa338c5b1b
commit 069af07d32
2 changed files with 8 additions and 1 deletions

View file

@ -60,7 +60,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
//println!("executing");
let result = (&executor).execute(editor_api.clone()).await?;
//println!("result: {:?}", result);
std::thread::sleep(std::time::Duration::from_secs(1));
std::thread::sleep(std::time::Duration::from_millis(16));
}
Ok(())