Skip to content

Commit 7a3ce9f

Browse files
committed
increase timeout in stream client tests
1 parent ee9fa95 commit 7a3ce9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zk/datastream/client/stream_client_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func TestStreamClientReadResultEntry(t *testing.T) {
118118
}
119119

120120
for _, testCase := range testCases {
121-
c := NewClient(context.Background(), "", false, 0, 500*time.Millisecond, 0)
121+
c := NewClient(context.Background(), "", false, 0, 2*time.Second, 0)
122122
server, conn := net.Pipe()
123123
defer server.Close()
124124
defer c.Stop()

0 commit comments

Comments
 (0)