https://bugzilla.wikimedia.org/show_bug.cgi?id=46887
--- Comment #6 from Chris McMahon <[email protected]> --- Tony Thomas: just removing the code is not enough. The tests have to be made to wait properly for whatever it is they are waiting for. Using sleep() is either an interim step that never got completed, or else the person writing the test could not think of a better way to wait for whatever the test needs. So the tests need to be updated in a thoughtful way so that they wait correctly without using sleep() but also without failing mistakenly. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
