Skip to content

Commit

Permalink
feat: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
giurigaud committed Sep 25, 2024
1 parent 5f07562 commit 65da82c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixed
- Force setProfile to use a valid cost center
- Increase timeout to 60 seconds

## [1.44.6] - 2024-09-05

Expand Down
2 changes: 1 addition & 1 deletion node/service.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"stack": "nodejs",
"memory": 256,
"ttl": 60,
"timeout": 30,
"timeout": 45,
"cpu": {
"type": "shared",
"value": 5,
Expand Down

0 comments on commit 65da82c

Please sign in to comment.