Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wasm: fixes test flake on Windows and strict mode
Windows clocks often don't give microsecond scope reading reliably. Our "strict mode" test was accidentally verifying a lower bound of time spent sleeping, when the important part is the upper bound. This removes the lower bound, so that tests pass on both unix and windows. See #2884 (comment) Signed-off-by: Adrian Cole <[email protected]>
- Loading branch information