Index: test/cctest/test-heap-profiler.cc |
diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc |
index 696248407be664634847e5dfe4cc448e35972eca..2277c3d45d22e595b2b8e94ecba75e3db4ffbcb6 100644 |
--- a/test/cctest/test-heap-profiler.cc |
+++ b/test/cctest/test-heap-profiler.cc |
@@ -1731,9 +1731,9 @@ TEST(MapHasDescriptorsAndTransitions) { |
TEST(ManyLocalsInSharedContext) { |
v8::HandleScope scope; |
LocalContext env; |
- int num_objects = 5000; |
+ int num_objects = 6000; |
CompileRun( |
- "var n = 5000;" |
+ "var n = 6000;" |
"var result = [];" |
"result.push('(function outer() {');" |
"for (var i = 0; i < n; i++) {" |