Skip to content

Commit

Permalink
bump up concurrency for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Dec 3, 2023
1 parent c1bbc5a commit 267582e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/agent/web-test-runner.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
}),
],
testsFinishTimeout : 300000,
concurrentBrowsers : 2,
concurrentBrowsers : 3,
testFramework : {
config: {
timeout: '30000',
Expand Down
2 changes: 1 addition & 1 deletion packages/api/web-test-runner.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
}),
],
testsFinishTimeout : 300000,
concurrentBrowsers : 2,
concurrentBrowsers : 3,
testFramework : {
config: {
timeout: '15000',
Expand Down
2 changes: 1 addition & 1 deletion packages/common/web-test-runner.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
}),
],
testsFinishTimeout : 300000,
concurrentBrowsers : 2,
concurrentBrowsers : 3,
testFramework : {
config: {
timeout: '15000',
Expand Down
2 changes: 1 addition & 1 deletion packages/credentials/web-test-runner.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
}),
],
testsFinishTimeout : 300000,
concurrentBrowsers : 2,
concurrentBrowsers : 3,
testFramework : {
config: {
timeout: '15000',
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/web-test-runner.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
}),
],
testsFinishTimeout : 300000,
concurrentBrowsers : 2,
concurrentBrowsers : 3,
testFramework : {
config: {
timeout: '15000',
Expand Down
2 changes: 1 addition & 1 deletion packages/dids/web-test-runner.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
}),
],
testsFinishTimeout : 300000,
concurrentBrowsers : 2,
concurrentBrowsers : 3,
testFramework : {
config: {
timeout: '15000',
Expand Down
2 changes: 1 addition & 1 deletion packages/identity-agent/web-test-runner.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
}),
],
testsFinishTimeout : 300000,
concurrentBrowsers : 2,
concurrentBrowsers : 3,
testFramework : {
config: {
timeout: '15000',
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy-agent/web-test-runner.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
}),
],
testsFinishTimeout : 300000,
concurrentBrowsers : 2,
concurrentBrowsers : 3,
testFramework : {
config: {
timeout: '15000',
Expand Down
2 changes: 1 addition & 1 deletion packages/user-agent/web-test-runner.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
}),
],
testsFinishTimeout : 300000,
concurrentBrowsers : 2,
concurrentBrowsers : 3,
testFramework : {
config: {
timeout: '15000',
Expand Down

0 comments on commit 267582e

Please sign in to comment.