Skip to content

Commit fa7b58a

Browse files
committed
some changes
Signed-off-by: Yash Patel <yp969803@gmail.com>
1 parent a091638 commit fa7b58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/baseline_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ func TestLongConnL4Telemetry(t *testing.T) {
827827
Port: echo.Port{Name: "http"},
828828
Scheme: scheme.HTTP,
829829
Count: 20,
830-
Timeout: 60 * time.Second,
830+
Timeout: 5 * time.Second,
831831
Check: check.OK(),
832832
HTTP: echo.HTTP{Path: "/?delay=3s", HTTP2: true},
833833
To: localDst,
@@ -839,7 +839,7 @@ func TestLongConnL4Telemetry(t *testing.T) {
839839

840840
query := buildL4Query(localSrc, localDst, "kmesh_tcp_sent_bytes_total")
841841
stc.Logf("prometheus query: %#v", query)
842-
time.Sleep(10 * time.Second)
842+
// time.Sleep(10 * time.Second)
843843
prevReqs := float64(0)
844844
for i := 0; i < 2; i++ {
845845
err := retry.Until(func() bool {

0 commit comments

Comments
 (0)