Skip to content

Commit

Permalink
increase http write timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Aug 27, 2023
1 parent d73a3c9 commit 4a7ce54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integration-tests/benchmark/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ Enabled = true
AnnounceAddresses = ["0.0.0.0:6690"]
ListenAddresses = ["0.0.0.0:6690"]
[Keeper]
TurnLookBack = 0`
TurnLookBack = 0
[WebServer]
HTTPWriteTimeout = '1h'`

simulatedEVMNonDevTOML = `
[[EVM]]
Expand Down

0 comments on commit 4a7ce54

Please sign in to comment.