Run 1 browser at a time in SignalR javascript functional tests (#25083)

This commit is contained in:
Brennan 2020-08-20 13:16:23 -07:00 committed by GitHub
parent 920d93590d
commit c181218a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: {