diff options
| -rw-r--r-- | run.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/run.py b/run.py index e3e6bc9..e7a7ad4 100644 --- a/run.py +++ b/run.py @@ -19,8 +19,7 @@ from ptrace.debugger import ( # If scheduler does not provide input within this time (seconds), # continue running the last chosen thread. -SCHED_TIMEOUT = 0.1 - +SCHED_TIMEOUT = 0 # ---------------------------------------------------------------------- # Scheduler (non-blocking) |