diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 80141c2..cf9dd1d 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -94,7 +94,7 @@ fn enable_process_watcher(window: tauri::Window, process: String) { thread::spawn(move || { // Initial sleep for 8 seconds, since running 20 different injectors or whatever can take a while - std::thread::sleep(std::time::Duration::from_secs(8)); + std::thread::sleep(std::time::Duration::from_secs(10)); let mut system = System::new_all();