Skip to content

Commit

Permalink
Merge pull request #1402 from CortexFoundation/dev
Browse files Browse the repository at this point in the history
ws test timeout fix
  • Loading branch information
ucwong authored Jan 15, 2023
2 parents 5fe2d53 + d7323bb commit 2eeea0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/websocket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func TestClientWebsocketSevered(t *testing.T) {
severable.Sever()

// Wait for subscription error.
timeout := time.NewTimer(3 * wsPingInterval)
timeout := time.NewTimer(5 * wsPingInterval)
defer timeout.Stop()
for {
select {
Expand Down

0 comments on commit 2eeea0b

Please sign in to comment.