Skip to content

Commit

Permalink
timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Dec 3, 2023
1 parent 6d83857 commit aa2b619
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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 @@ -12,7 +12,7 @@ module.exports = {
concurrentBrowsers : 2,
testFramework : {
config: {
timeout: '30000',
timeout: '15000',
},
},
groups: [
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 @@ -12,7 +12,7 @@ module.exports = {
concurrentBrowsers : 2,
testFramework : {
config: {
timeout: '30000',
timeout: '15000',
},
},
groups: [
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 @@ -12,7 +12,7 @@ module.exports = {
concurrentBrowsers : 2,
testFramework : {
config: {
timeout: '30000',
timeout: '15000',
},
},
groups: [
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 @@ -12,7 +12,7 @@ module.exports = {
concurrentBrowsers : 2,
testFramework : {
config: {
timeout: '30000',
timeout: '15000',
},
},
groups: [
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 @@ -12,7 +12,7 @@ module.exports = {
concurrentBrowsers : 2,
testFramework : {
config: {
timeout: '30000',
timeout: '15000',
},
},
groups: [
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 @@ -12,7 +12,7 @@ module.exports = {
concurrentBrowsers : 2,
testFramework : {
config: {
timeout: '30000',
timeout: '15000',
},
},
groups: [
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 @@ -12,7 +12,7 @@ module.exports = {
concurrentBrowsers : 2,
testFramework : {
config: {
timeout: '30000',
timeout: '15000',
},
},
groups: [
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 @@ -12,7 +12,7 @@ module.exports = {
concurrentBrowsers : 2,
testFramework : {
config: {
timeout: '30000',
timeout: '15000',
},
},
groups: [
Expand Down

0 comments on commit aa2b619

Please sign in to comment.