Skip to content

Commit

Permalink
revert: changes to ping pong count
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed Jan 7, 2025
1 parent 580ae95 commit 4d2ecec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test_ping_pong.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func testPingPongMultiple(stageHarness *test_case_harness.TestCaseHarness) error
return err
}

for i := 1; i <= 10; i++ {
for i := 1; i <= 3; i++ {
if err := runPing(logger, client); err != nil {
return err
}
Expand Down

0 comments on commit 4d2ecec

Please sign in to comment.