MDL-66979 behat: Goutte driver doesn't implement setTimeouts()
commit01fd844e9424860a7c66117df7f3b80dd9ae1dac
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:05 +0000 (28 17:12 +0100)
tree2dea2f7e1e1e406194ae59f4afbaffdd6cabe053
parentdc7b0852299da7eb276c8a98ba56769728a0b7af
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