diff --git a/load-testing/tests/relays_stress_helpers_test.go b/load-testing/tests/relays_stress_helpers_test.go index 6796002f1..a3a74a21a 100644 --- a/load-testing/tests/relays_stress_helpers_test.go +++ b/load-testing/tests/relays_stress_helpers_test.go @@ -1556,7 +1556,7 @@ func (s *relaysSuite) forEachRelayBatchSendBatch(_ context.Context, relayBatchIn // each sending relayRatePerApp relays per second. relaysPerSec := len(relayBatchInfo.appAccounts) * int(s.relayRatePerApp) // Determine the interval between each relay request. - relayInterval := time.Second / time.Duration(20) + relayInterval := time.Second / time.Duration(25) batchWaitGroup := new(sync.WaitGroup) batchWaitGroup.Add(relaysPerSec * int(blockDurationSec))