Skip to content

Commit

Permalink
increased retry count
Browse files Browse the repository at this point in the history
  • Loading branch information
nathalapooja committed Oct 25, 2023
1 parent ee1a465 commit e309dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/apm/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (t *APMMetricsRunner) Validate() status.TestGroupResult {
if testResult.Status == status.SUCCESSFUL {
break
}
time.Sleep(15 * time.Second)
time.Sleep(20 * time.Second)
}
testResults[i] = testResult
}
Expand Down

0 comments on commit e309dab

Please sign in to comment.