Skip to content

Commit ce5abd2

Browse files
committed
test: decrease iteration count in testPingPongMultiple from 5 to 3 to refine testing scope
1 parent 7c1e5bd commit ce5abd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/test_ping_pong.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func testPingPongMultiple(stageHarness *test_case_harness.TestCaseHarness) error
5151
return err
5252
}
5353

54-
for i := 1; i <= 5; i++ {
54+
for i := 1; i <= 3; i++ {
5555
if err := runPing(logger, client); err != nil {
5656
return err
5757
}

0 commit comments

Comments
 (0)