MDL-43423 behat: Increasing the timeout to 6 seconds

This commit is contained in:
David Monllao
2014-01-08 09:56:10 +01:00
committed by Eloy Lafuente (stronk7)
parent 135634fbd3
commit 5bb7f7e0dc
+1 -1
View 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.