diff --git a/rust/lib/mammoth/src/task/mod.rs b/rust/lib/mammoth/src/task/mod.rs index 4d8e8d1..44aab69 100644 --- a/rust/lib/mammoth/src/task/mod.rs +++ b/rust/lib/mammoth/src/task/mod.rs @@ -116,7 +116,7 @@ impl Executor { loop { self.run_ready_tasks(); // TODO: We need some sort of semaphore wait here. - syscall::thread_sleep(50).unwrap(); + syscall::thread_sleep(10).unwrap(); } }