Run 1 browser at a time in SignalR javascript functional tests (#25083)
This commit is contained in:
parent
920d93590d
commit
c181218a4e
|
|
@ -26,7 +26,7 @@ try {
|
||||||
logLevel: config.LOG_INFO,
|
logLevel: config.LOG_INFO,
|
||||||
autoWatch: false,
|
autoWatch: false,
|
||||||
singleRun: false,
|
singleRun: false,
|
||||||
concurrency: Infinity,
|
concurrency: 1,
|
||||||
|
|
||||||
// Log browser messages to a file, not the terminal.
|
// Log browser messages to a file, not the terminal.
|
||||||
browserConsoleLogOptions: {
|
browserConsoleLogOptions: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue