Skip to content

Commit

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

0 comments on commit 68be1b3

Please sign in to comment.