fix some of the EventBase timeout tests
Summary: A few of the EventBase timeout tests fail sometimes on the Travis CI infrastructure, reporting that timeouts fired sooner than expected. e.g.: https://api.travis-ci.org/v3/job/535980430/log.txt I believe these failures are due to the fact that the tests schedule the events/timeouts before capturing the start time point that they compare against. This updates the tests to instead capture the start time point before scheduling events. Reviewed By: yfeldblum, chadaustin Differential Revision: D15462320 fbshipit-source-id: dfc321d899768bc70ddaeaa0ef88b42ddd0b70ca
Showing
Please register or sign in to comment