Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kiancross committed Feb 12, 2021
1 parent 34cb255 commit cfa1835
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/backend-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"fix": "eslint . --ext .ts --fix"
},
"ava": {
"timeout": "1m",
"timeout": "2m",
"files": [
"!build/**/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-federation-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"fix": "eslint . --ext .ts --fix"
},
"ava": {
"timeout": "1m",
"timeout": "2m",
"files": [
"!build/**/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-federation-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"fix": "eslint . --ext .ts --fix"
},
"ava": {
"timeout": "1m",
"timeout": "2m",
"files": [
"!build/**/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-internal-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"fix": "eslint . --ext .ts --fix"
},
"ava": {
"timeout": "1m",
"timeout": "2m",
"files": [
"!build/**/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-ml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"fix": "eslint . --ext .ts --fix"
},
"ava": {
"timeout": "1m",
"timeout": "2m",
"files": [
"!build/**/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"fix": "eslint . --ext .ts --fix"
},
"ava": {
"timeout": "1m",
"timeout": "2m",
"files": [
"!build/**/*"
],
Expand Down

0 comments on commit cfa1835

Please sign in to comment.