@ -5,4 +5,4 @@
# starving a thread. So we'll arbitrarily say that a thread
# can't have less than 20% of the mean allocations per thread.
- self.assertTrue(not any(x < (0.2 * mean) for x in distribution))
+ self.assertTrue(not any(x < (0.5 * mean) for x in distribution))
+ #self.assertTrue(not any(x < (0.2 * mean) for x in distribution))