https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26031
--- Comment #24 from Jonathan Druart <[email protected]> --- Can you explain your patch, Mason? Adding sleep everywhere in this script won't make the tests pass IMO. The calls are synchronous, sleep(1) won't change anything. And even if it would, it's (almost) always a bad idea as 1s won't be enough in all cases (slow servers?) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
