diff --git a/integration-tests/load/automationv2_1/automationv2_1_test.go b/integration-tests/load/automationv2_1/automationv2_1_test.go index 7be918357c7..b9f6ee62602 100644 --- a/integration-tests/load/automationv2_1/automationv2_1_test.go +++ b/integration-tests/load/automationv2_1/automationv2_1_test.go @@ -516,7 +516,7 @@ func TestLogTrigger(t *testing.T) { Msg("Error getting logs") } logs = append(logs, logsInBatch...) - time.Sleep(time.Second * 1) + time.Sleep(time.Millisecond * 500) } if len(logs) > 0 { @@ -537,7 +537,7 @@ func TestLogTrigger(t *testing.T) { upkeepDelays = append(upkeepDelays, delay) } if (cIter+1)%batchSize == 0 { - time.Sleep(time.Second * 1) + time.Sleep(time.Millisecond * 500) } }