Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vm/vmimpl: don't wait commands that have not failed
The sleep in Multiplex is unconditional and it sleeps idle even for commands that has nothting to do with executor, and for executor in other modes that has nothing to do with fuzzing. Since the original reason for the sleep was related to failing executor, sleep only when the command fails. This allows to at least run successful commands fast.
- Loading branch information