Skip to content

Commit

Permalink
test(extension): try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 committed May 7, 2024
1 parent b99e5cf commit 8bfc4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/wdio.conf.chrome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { config as baseConfig } from './wdio.conf.base';
const chromeConfig = {
capabilities: [
{
maxInstances: 10,
maxInstances: 5,
browserName: 'chrome',
browserVersion: 'stable',
...(String(process.env.STANDALONE_DRIVER) === 'true' && { hostname: 'localhost' }),
Expand Down

0 comments on commit 8bfc4ab

Please sign in to comment.