-
Improvement
-
Resolution: Fixed
-
Minor
-
2.6, 2.7
-
MOODLE_26_STABLE, MOODLE_27_STABLE
-
MOODLE_26_STABLE
-
MDL-43173_master -
With MDL-42625 integrated we know when all the page's JS are loaded, we continuously wait until all of them have finished loading, including AJAX calls, and we timeout at 10 seconds.
We could think that if there is JS that takes up to 10 seconds to load is because there is an issue:
- JS is broken
- There is a performance issue
Probably would be wise to fail the scenario so we can look for the cause and fix it