Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6a6eb7
)
MDL-43423 behat: Increasing the timeout to 6 seconds
author
David Monllao
<davidm@moodle.com>
Wed, 8 Jan 2014 08:51:17 +0000
(16:51 +0800)
committer
David Monllao
<davidm@moodle.com>
Wed, 8 Jan 2014 08:51:17 +0000
(16:51 +0800)
lib/behat/behat_base.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/behat/behat_base.php
b/lib/behat/behat_base.php
index
1290493
..
ee3e01b
100644
(file)
--- 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.