Skip to content

Commit

Permalink
bump to five minutes
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <everettraven@gmail.com>
  • Loading branch information
everettraven committed Jan 10, 2024
1 parent 3918786 commit fe49f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func main() {
ReadTimeout: 5 * time.Second,
// TODO: Revert this to 10 seconds if/when the API
// evolves to have significantly smaller responses
WriteTimeout: 1 * time.Minute,
WriteTimeout: 5 * time.Minute,
},
ShutdownTimeout: &shutdownTimeout,
}
Expand Down

0 comments on commit fe49f9a

Please sign in to comment.