summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2016-05-10 13:32:36 -0400
committerGraeme Yeates <yeatesgraeme@gmail.com>2016-05-10 13:32:36 -0400
commitd1246e2eca6a6d2254cdb828cb210e679d5f7af1 (patch)
tree39c5cdb9045c582d9fa2a50f70cec394bb21142e
parent349c5c1c4fda2a7f4f49594bf82e203d60c8735d (diff)
downloadasync-browser-ci.tar.gz
Fix visibility of testsbrowser-ci
-rw-r--r--karma-testingbot.conf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/karma-testingbot.conf.js b/karma-testingbot.conf.js
index e7eb37d..2a3f0d9 100644
--- a/karma-testingbot.conf.js
+++ b/karma-testingbot.conf.js
@@ -57,7 +57,7 @@ module.exports = function(config) {
'se-port': 4445,
logfile: 'testingbot_tunnel.log'
},
- public: 'public'
+ public: true
},
// up the no activity timeout in case of traffic
browserNoActivityTimeout: 10000,