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 b032a13 commit aba7e1bCopy full SHA for aba7e1b
common_options_test.go
@@ -1512,7 +1512,7 @@ func Test_CommonOption(t *testing.T) {
1512
url := strings.ReplaceAll(ts.URL, "http", "ws")
1513
con, err := Dial(url,
1514
WithClientDecompressAndCompress(),
1515
- WithClientMaxDelayWriteDuration(10*time.Millisecond),
+ WithClientMaxDelayWriteDuration(30*time.Millisecond),
1516
WithClientMaxDelayWriteNum(3),
1517
WithClientWindowsParseMode(),
1518
WithClientDelayWriteInitBufferSize(4096),
0 commit comments