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,
|
||||
autoWatch: false,
|
||||
singleRun: false,
|
||||
concurrency: Infinity,
|
||||
concurrency: 1,
|
||||
|
||||
// Log browser messages to a file, not the terminal.
|
||||
browserConsoleLogOptions: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue