Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mitigate race in wslinstance's TestConnected (#279)
There is a home-cooked version of `Eventually`. These kind of checks are never reace-safe, you can only increase your confidence by increasing timeouts. Since Github machines seem to run quite a bit slower than my local dev machine, I sometimes underestimate the length of timeouts. Hopefully this is the case here. --- UDENG-1382
- Loading branch information