Skip to content

Commit

Permalink
test: increase iteration count in testPingPongMultiple from 3 to 5 fo…
Browse files Browse the repository at this point in the history
…r more comprehensive testing
  • Loading branch information
ryan-gang committed Jan 10, 2025
1 parent b5556f4 commit 4e155c4
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 <= 3; i++ {
for i := 1; i <= 5; i++ {
if err := runPing(logger, client); err != nil {
return err
}
Expand Down

0 comments on commit 4e155c4

Please sign in to comment.