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 a091638 commit fa7b58aCopy full SHA for fa7b58a
test/e2e/baseline_test.go
@@ -827,7 +827,7 @@ func TestLongConnL4Telemetry(t *testing.T) {
827
Port: echo.Port{Name: "http"},
828
Scheme: scheme.HTTP,
829
Count: 20,
830
- Timeout: 60 * time.Second,
+ Timeout: 5 * time.Second,
831
Check: check.OK(),
832
HTTP: echo.HTTP{Path: "/?delay=3s", HTTP2: true},
833
To: localDst,
@@ -839,7 +839,7 @@ func TestLongConnL4Telemetry(t *testing.T) {
839
840
query := buildL4Query(localSrc, localDst, "kmesh_tcp_sent_bytes_total")
841
stc.Logf("prometheus query: %#v", query)
842
- time.Sleep(10 * time.Second)
+ // time.Sleep(10 * time.Second)
843
prevReqs := float64(0)
844
for i := 0; i < 2; i++ {
845
err := retry.Until(func() bool {
0 commit comments