Skip to content

Commit

Permalink
[core] fixing karma timeout error in travis (vmware-archive#666)
Browse files Browse the repository at this point in the history
Fixes vmware-archive#666.

Signed-off-by: Jeeyun Lim <jeeyun.lim@gmail.com>
  • Loading branch information
jeeyun committed Apr 24, 2017
1 parent bd6f93c commit 6f65052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = function (config) {
pageTitle: 'Unit Tests',
subPageTitle: __dirname
},
browserNoActivityTimeout: 100000,
// browserNoActivityTimeout: 100000,
port: 9876,
colors: true,
logLevel: config.LOG_INFO,
Expand Down

0 comments on commit 6f65052

Please sign in to comment.