diff --git a/tests/Agent/IntegrationTests/IntegrationTests/Errors/ExpectedErrorTests.cs b/tests/Agent/IntegrationTests/IntegrationTests/Errors/ExpectedErrorTests.cs index d949fd977..d68cedf16 100644 --- a/tests/Agent/IntegrationTests/IntegrationTests/Errors/ExpectedErrorTests.cs +++ b/tests/Agent/IntegrationTests/IntegrationTests/Errors/ExpectedErrorTests.cs @@ -31,7 +31,7 @@ public ExpectedErrorTests(RemoteServiceFixtures.AspNetCoreMvcBasicRequestsFixtur var configModifier = new NewRelicConfigModifier(configPath); configModifier.ConfigureFasterMetricsHarvestCycle(10); configModifier.ConfigureFasterSpanEventsHarvestCycle(10); - configModifier.ConfigureFasterErrorTracesHarvestCycle(10); + configModifier.ConfigureFasterErrorTracesHarvestCycle(12); // long enough to ensure metric harvest runs before error traces configModifier.SetOrDeleteDistributedTraceEnabled(true); configModifier.AddExpectedStatusCodes("410-450") .AddExpectedErrorMessages("System.Exception", new List { "test exception"})