Skip to content

Commit 65c901e

Browse files
authored
Fix flakey test. (grpc#1771)
1 parent 7f2472b commit 65c901e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clientconn_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ func TestClientUpdatesParamsAfterGoAway(t *testing.T) {
612612
defer s.Stop()
613613
cc, err := Dial(addr, WithBlock(), WithInsecure(), WithKeepaliveParams(keepalive.ClientParameters{
614614
Time: 50 * time.Millisecond,
615-
Timeout: 1 * time.Millisecond,
615+
Timeout: 100 * time.Millisecond,
616616
PermitWithoutStream: true,
617617
}))
618618
if err != nil {

0 commit comments

Comments
 (0)