MDL-66979 behat: Goutte driver doesn't implement setTimeouts()
commit219694730c93b8e994b50ba3bc14b26a353e42a5
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 28 Jan 2021 11:12:48 +0000 (28 12:12 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 28 Jan 2021 16:12:15 +0000 (28 17:12 +0100)
tree7616c1fde869520c16db73258ebff4a6a33125af
parentd2a001ed67a1829f1d7c608622c5bd5e06ae13b6
MDL-66979 behat: Goutte driver doesn't implement setTimeouts()

Also, change:

get_real_timeout(30000)

to:

get_real_timeout(30) * 1000

because the original functions are defined to use seconds, and
having the 1000 around will help us detecting cases in the case
of a hypothetical review of uses.
lib/tests/behat/behat_hooks.php