MDL-43423 behat: Increasing the timeout to 6 seconds
authorDavid Monllao <davidm@moodle.com>
Wed, 8 Jan 2014 08:51:17 +0000 (16:51 +0800)
committerDavid Monllao <davidm@moodle.com>
Wed, 8 Jan 2014 08:51:17 +0000 (16:51 +0800)
lib/behat/behat_base.php

index 1290493..ee3e01b 100644 (file)
@@ -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.