Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
886b44bb
Commit
886b44bb
authored
May 15, 2013
by
David Monllaó
Browse files
MDL-39686 behat: Adding into to config-dist.php
parent
73f560c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
config-dist.php
View file @
886b44bb
...
...
@@ -587,6 +587,13 @@ $CFG->admin = 'admin';
// Example:
// $CFG->behat_switchcompletely = true;
//
// You can force the browser session (not user's sessions) to restart after N seconds. This could
// be useful if you are using a cloud-based service with time restrictions in the browser side.
// Setting this value the browser session that Behat is using will be restarted. Set the time in
// seconds. Is not recommended to use this setting if you don't explicitly need it.
// Example:
// $CFG->behat_restart_browser_after = 7200; // Restarts the browser session after 2 hours
//
//=========================================================================
// ALL DONE! To continue installation, visit your main page with a browser
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment