MDL-43423 behat: Increasing the timeout to 6 seconds
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
135634fbd3
commit
5bb7f7e0dc
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user