Skip to content

Commit

Permalink
Remove ie8 from karma testing
Browse files Browse the repository at this point in the history
Also, increase captureTimeout
  • Loading branch information
andersonba committed Jan 27, 2016
1 parent c1439ab commit 7ff9189
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ module.exports = function(config) {
os: 'Windows',
os_version: '7'
},
ie8_win: {
base: 'BrowserStack',
browser: 'ie',
browser_version: '8.0',
os: 'Windows',
os_version: '7'
},
safari_mac: {
base: 'BrowserStack',
browser: 'safari',
Expand All @@ -78,7 +71,10 @@ module.exports = function(config) {
customLaunchers: customLaunchers,


browserNoActivityTimeout: 80000,
browserNoActivityTimeout: 60000,


captureTimeout: 90000,


// base path that will be used to resolve all patterns (eg. files, exclude)
Expand Down

0 comments on commit 7ff9189

Please sign in to comment.