Skip to content
Snippets Groups Projects
Commit ea2fa09c authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Gaargh, it was still broken!

parent e5fdadb1
No related branches found
No related tags found
No related merge requests found
......@@ -489,4 +489,7 @@ def test_mutex():
t1.join()
t2.join()
assert t[0].method2start > t[0].method1end
# Either t1 has to start and
# finish before t2 or vice versa
assert (t[0].method2start > t[0].method1end or
t[0].method1start > t[0].method2end)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment