Skip to content

Commit 4168e8f

Browse files
committed
Increase WebSocket limit in FF to be as in Chrome
1 parent 8ce07bb commit 4168e8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/browser/karma-firefox.conf.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ module.exports = function(config) {
3434
FirefoxHeadless: {
3535
base: 'Firefox',
3636
flags: [ '-headless' ],
37+
prefs: {
38+
'network.websocket.max-connections': 256 // as in Chrome
39+
}
3740
},
3841
},
3942
})

0 commit comments

Comments
 (0)