Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the binary compatibility of runTest$default further (#3753)
Follow-up to #3742. That implementation there did work around issue #3673, but did not restore full binary compatibility: the wrong value of `dispatchTimeoutMs` was passed. Given how `runTest` was used in the problematic library, it should not be a problem, but just to be safe and establish the same behavior even in the deep corner cases, we restore the original implementation fully.
- Loading branch information