Anyone seen this? This is my 2nd time: ``` _______...
# general
e
Anyone seen this? This is my 2nd time:
Copy code
_______ TestPinger.test_global_pinger_memo _______

self = <test_pinger.TestPinger testMethod=test_global_pinger_memo>

   def test_global_pinger_memo(self):
     fast_pinger = Pinger(timeout=self.slow_seconds, tries=2)
     slow_pinger = Pinger(timeout=self.timeout_seconds, tries=2)
>     self.assertEqual(fast_pinger.pings([self.slow_netloc])[0][1], Pinger.UNREACHABLE)
E     AssertionError: 0.05421900749206543 != 999999

tests/python/pants_test/cache/test_pinger.py:65: AssertionError