Skip to content

Commit

Permalink
Resolve CI failure with longer MaxConnectionAge (yorkie-team#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
krapie authored Jun 19, 2023
1 parent dcea8c4 commit 19d87a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/helper/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ var testStartedAt int64
var (
RPCPort = 21101
RPCMaxRequestBytes = uint64(4 * 1024 * 1024)
RPCMaxConnectionAge = 4 * gotime.Second
RPCMaxConnectionAgeGrace = 1 * gotime.Second
RPCMaxConnectionAge = 8 * gotime.Second
RPCMaxConnectionAgeGrace = 2 * gotime.Second

ProfilingPort = 21102

Expand Down

0 comments on commit 19d87a0

Please sign in to comment.