Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix[test]: improve context switch test
The test was relying on a context switch to happen given a number of iterations of a specific code. The test began to fail on python 3.12 on macOS. Use time.sleep to force a context switch. Signed-off-by: mayeut <[email protected]>
- Loading branch information