We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10a2f6 commit ec1a050Copy full SHA for ec1a050
rpc/websocket_test.go
@@ -215,7 +215,7 @@ func TestClientWebsocketPing(t *testing.T) {
215
var (
216
sendPing = make(chan struct{})
217
server = wsPingTestServer(t, sendPing)
218
- ctx, cancel = context.WithTimeout(context.Background(), 1*time.Second)
+ ctx, cancel = context.WithTimeout(context.Background(), 2*time.Second)
219
)
220
defer cancel()
221
defer server.Shutdown(ctx)
0 commit comments