Skip to content

Commit

Permalink
Modified a parameter for e2e-test.
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk committed Apr 14, 2024
1 parent f5743da commit adc221c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/run/wdio-chrome.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ exports.config = {
// maxInstances can get overwritten per capability. So if you have an in-house Selenium
// grid with only 5 firefox instances available you can make sure that not more than
// 5 instances get started at a time.
maxInstances: 6,
maxInstances: 3,
//
browserName: 'chrome',
acceptInsecureCerts: true,
Expand Down

0 comments on commit adc221c

Please sign in to comment.