Skip to content

Commit aba7e1b

Browse files
committed
更新
1 parent b032a13 commit aba7e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common_options_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ func Test_CommonOption(t *testing.T) {
15121512
url := strings.ReplaceAll(ts.URL, "http", "ws")
15131513
con, err := Dial(url,
15141514
WithClientDecompressAndCompress(),
1515-
WithClientMaxDelayWriteDuration(10*time.Millisecond),
1515+
WithClientMaxDelayWriteDuration(30*time.Millisecond),
15161516
WithClientMaxDelayWriteNum(3),
15171517
WithClientWindowsParseMode(),
15181518
WithClientDelayWriteInitBufferSize(4096),

0 commit comments

Comments
 (0)