Skip to content

Commit

Permalink
Increase read and write timeout for chaos function
Browse files Browse the repository at this point in the history
Read/write timeout should always be longer than the hard timeout.

Resolves comment: #158 (comment)

Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
  • Loading branch information
welteki committed Sep 7, 2023
1 parent 0a597ae commit 7091bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@
"x86_64": "alexellis2/chaos-fn:0.1.1"
},
"environment": {
"write_timeout": "5m30s",
"read_timeout": "5m30s",
"write_timeout": "5m31s",
"read_timeout": "5m31s",
"exec_timeout": "5m30s"
},
"labels": {
Expand Down

0 comments on commit 7091bfe

Please sign in to comment.