From 5bb7f7e0dc9247e5bc40f3210cc1fa511fdfc5b5 Mon Sep 17 00:00:00 2001 From: David Monllao Date: Wed, 8 Jan 2014 16:51:17 +0800 Subject: [PATCH] MDL-43423 behat: Increasing the timeout to 6 seconds --- lib/behat/behat_base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/behat/behat_base.php b/lib/behat/behat_base.php index 12904931dfd..ee3e01be36b 100644 --- a/lib/behat/behat_base.php +++ b/lib/behat/behat_base.php @@ -55,7 +55,7 @@ class behat_base extends Behat\MinkExtension\Context\RawMinkContext { /** * The timeout for each Behat step (load page, wait for an element to load...). */ - const TIMEOUT = 3; + const TIMEOUT = 6; /** * And extended timeout for specific cases.