-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
-
2.5.2
During behat runs, some check tasks are run periodically to check if outstanding tasks are completed. This polling loop has a 1 second sleep, which causes a large amount of time to be wasted sleeping.
My change reduces the sleep to 10ms, which has no significant CPU usage increase but greatly improves total test execution time (e.g. mod_forum tests 50 => 14 seconds).