Commit Graph

2 Commits

Author SHA1 Message Date
Mike Harder 2f4172e7e7
Reduce probability of MultipleAppTests failure (#1365)
- Decrease false-positive failure rate from 1 in 1,000 to 1 in 1,000,000
- Addresses #1350
2018-09-05 16:43:09 -07:00
Mike Harder 60a559719f
Reduce probability of startup port collisions (#1136)
- GetTickCount() is limited to the resolution of the system timer, which is typically 10-16 ms.  If two apps in separate app pools are started within this time window, it's possible GetTickCount() will return the same value, which causes the apps to try the same random port(s).
- Addresses #1124
2018-08-06 14:41:11 -07:00