diff --git a/src/tests/profiler/native/gcheapenumerationprofiler/gcheapenumerationprofiler.cpp b/src/tests/profiler/native/gcheapenumerationprofiler/gcheapenumerationprofiler.cpp index 79840b6e4b06d..5eca737a0e0ad 100644 --- a/src/tests/profiler/native/gcheapenumerationprofiler/gcheapenumerationprofiler.cpp +++ b/src/tests/profiler/native/gcheapenumerationprofiler/gcheapenumerationprofiler.cpp @@ -104,9 +104,9 @@ HRESULT GCHeapEnumerationProfiler::Shutdown() return S_OK; } - if (_objectsCount < 100) + if (_objectsCount < 90) { - printf("GCHeapEnumerationProfiler::Shutdown: FAIL: Expected at least 100 objects, got %d\n", _objectsCount.load()); + printf("GCHeapEnumerationProfiler::Shutdown: FAIL: Expected at least 90 objects, got %d\n", _objectsCount.load()); IncrementFailures(); } @@ -272,4 +272,4 @@ extern "C" EXPORT void STDMETHODCALLTYPE EnumerateGCHeapObjectsWithinProfilerReq instance->IncrementFailures(); return; } -} \ No newline at end of file +}