Skip to content

Commit

Permalink
ci: Trying the optimal value of maxInstances
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Mar 2, 2020
1 parent b62323b commit 5567540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/wdio.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const config: WdioConfig = {
],
w3c: true,
},
maxInstances: 14,
maxInstances: 12,
},
{
browserName: 'firefox',
Expand All @@ -33,7 +33,7 @@ export const config: WdioConfig = {
'--headless',
],
},
maxInstances: 14,
maxInstances: 12,
},
],
logLevel: 'error',
Expand Down

0 comments on commit 5567540

Please sign in to comment.