Skip to content

Commit

Permalink
Merge pull request #7258 from keymanapp/chore/browserstack-no-concurr…
Browse files Browse the repository at this point in the history
…ency-verification

chore:  try disabling concurrency for browserstack tests
  • Loading branch information
mcdurdin authored Sep 12, 2022
2 parents bd48ba6 + 1724778 commit f8924cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/test/resources/karma-browserstack-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ module.exports = function(baseConfigParams /* the project's base configuration
// Concurrency level
// We are alloted 5 total at once from BrowserStack. That said, note that we have multiple build configs that may
// need BrowserStack-based testing simultaneously. It may be best to avoid bottlenecking on that limitation.
concurrency: 2,
concurrency: 1,

customLaunchers: FINAL_LAUNCHER_DEFS,

Expand Down

0 comments on commit f8924cf

Please sign in to comment.