aboutsummaryrefslogtreecommitdiffstats
path: root/test/base.conf.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/base.conf.js')
-rw-r--r--test/base.conf.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/base.conf.js b/test/base.conf.js
index e2e9d44ba..956dce011 100644
--- a/test/base.conf.js
+++ b/test/base.conf.js
@@ -6,6 +6,9 @@ module.exports = function(config) {
// base path that will be used to resolve all patterns (eg. files, exclude)
basePath: process.cwd(),
+ // Uncomment to allow for longer timeouts
+ // browserNoActivityTimeout: 100000000,
+
browserConsoleLogOptions: {
terminal: false,
},