Merge branch 'wip-MDL-67339-master' of https://github.com/Beedell/moodle

This commit is contained in:
Sara Arjona
2019-12-02 18:06:15 +01:00
+2 -2
View File
@@ -827,8 +827,8 @@ class behat_base extends Behat\MinkExtension\Context\RawMinkContext {
// number of JS pending code and JS completed code will not match and we will reach this point.
throw new \Exception('Javascript code and/or AJAX requests are not ready after ' .
self::get_extended_timeout() .
' seconds. There is a Javascript error or the code is extremely slow. ' .
'If you are using a slow machine, consider setting $CFG->behat_increasetimeout.');
' seconds. There is a Javascript error or the code is extremely slow (' . $pending .
'). If you are using a slow machine, consider setting $CFG->behat_increasetimeout.');
}
/**