Index: test/mjsunit/harmony/private.js |
diff --git a/test/mjsunit/harmony/private.js b/test/mjsunit/harmony/private.js |
index 884e31ba0a2b6696ac4220e96ad5c2ab150fd58b..09cf7f74084082e36ab1d66391022985dffe492c 100644 |
--- a/test/mjsunit/harmony/private.js |
+++ b/test/mjsunit/harmony/private.js |
@@ -317,7 +317,7 @@ function TestCachedKeyAfterScavenge() { |
var a = {}; |
a[key] = "abc"; |
- for (var i = 0; i < 1000000; i++) { |
+ for (var i = 0; i < 100000; i++) { |
a[key] += "a"; // Allocations cause a scavenge. |
} |
} |