Index: test/mjsunit/compiler/pic.js |
diff --git a/test/mjsunit/compiler/pic.js b/test/mjsunit/compiler/pic.js |
index a0b5d8f968e7cea81a11e63f511666fb508d4c3e..06f2b3ebccb64637e7307f7edb75915228027867 100644 |
--- a/test/mjsunit/compiler/pic.js |
+++ b/test/mjsunit/compiler/pic.js |
@@ -53,7 +53,7 @@ o1.f = o2.f = o3.f = function() { return 99; } |
// Run the test until we're fairly sure we've optimized the |
// polymorphic property access. |
-for (var i = 0; i < 1000000; i++) { |
+for (var i = 0; i < 100000; i++) { |
Test(o1); |
Test(o2); |
Test(o3); |