Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit the number of threads for subprocess tests
Tests created using std.test.Tests.fork now limit the number of Inko threads the subprocess uses, reducing the chances of such tests reaching thread count limits and thus crashing the test. Changelog: fixed
- Loading branch information