Index: Source/platform/heap/HeapTest.cpp |
diff --git a/Source/platform/heap/HeapTest.cpp b/Source/platform/heap/HeapTest.cpp |
index 3cfbc5357d5efa316d8e47d287330a358c4c8172..7b2cf8c962c7d16db04726b466252ee31a7c9cd7 100644 |
--- a/Source/platform/heap/HeapTest.cpp |
+++ b/Source/platform/heap/HeapTest.cpp |
@@ -5476,7 +5476,7 @@ TEST(HeapTest, TraceDeepEagerly) |
{ |
#if !ENABLE(ASSERT) |
DeepEagerly* obj = nullptr; |
- for (int i = 0; i < 10000; i++) |
+ for (int i = 0; i < 2000000; i++) |
obj = new DeepEagerly(obj); |
Persistent<DeepEagerly> persistent(obj); |