-
Bug
-
Resolution: Fixed
-
Blocker
-
3.3
-
MOODLE_33_STABLE
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
MDL-58646-master -
-
Based on some comments from mudrd8mz in the dev chat, that I also had recently experienced... I did conduct this quick test using a 1-step feature:
Feature: Simple feature
|
|
@javascript
|
Scenario: Simple feature
|
Then I should see "test"
|
running it against 32_STABLE, some weeks old master and current master... and it seems obvious that something has changed recently, making it really slower (30 seconds vs > 90 seconds in same installation:
Worth checking what's going there. Specially in case if affects normal execution too.
Ciao