We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29704b commit f413ee1Copy full SHA for f413ee1
test/karma.conf.js
@@ -71,9 +71,8 @@ module.exports = (config) => {
71
browserStack: {
72
project: 'Angular Material Unit Tests',
73
startTunnel: false,
74
- retryLimit: 1,
+ retryLimit: 3,
75
timeout: 1800,
76
- pollingTimeout: 20000,
77
video: false,
78
},
79
@@ -84,6 +83,7 @@ module.exports = (config) => {
84
83
85
browsers: ['ChromeHeadlessLocal'],
86
singleRun: false,
+ transports: ['websocket'],
87
88
browserConsoleLogOptions: {
89
terminal: true,
0 commit comments