Regression
OmeroPy.test.integration.test_chmod.TestChmodEasy.test_chmod_rw_rwr (from pytest)
Error Message
assert 0.6857879161834717 < 0.5 + where 0.6857879161834717 = <test.integration.test_chmod.TestChmodEasy object at 0x7f261e7f75d0>.elapsed
Stacktrace
self = <test.integration.test_chmod.TestChmodEasy object at 0x7f261e7f75d0> def test_chmod_rw_rwr(self): self.init("rw----", "rwr---") self.addData() self.chmod(self.owner) > self.assertChmod() test/integration/test_chmod.py:121: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <test.integration.test_chmod.TestChmodEasy object at 0x7f261e7f75d0> def assertChmod(self): > assert self.elapsed < 0.5 E assert 0.6857879161834717 < 0.5 E + where 0.6857879161834717 = <test.integration.test_chmod.TestChmodEasy object at 0x7f261e7f75d0>.elapsed test/integration/test_chmod.py:114: AssertionError