Index: test/mjsunit/debug-multiple-breakpoints.js |
diff --git a/test/mjsunit/debug-multiple-breakpoints.js b/test/mjsunit/debug-multiple-breakpoints.js |
index 1047410112b7a300cfaf07565f8b229614aae917..d8b1d943f4c38c7714af5e40e549f6dcdbe6ef25 100644 |
--- a/test/mjsunit/debug-multiple-breakpoints.js |
+++ b/test/mjsunit/debug-multiple-breakpoints.js |
@@ -89,7 +89,7 @@ g(); |
assertEquals(3, break_point_hit_count); |
// Finally test with many break points. |
-test_count = 100; |
+test_count = 10; |
bps = new Array(test_count); |
break_point_hit_count = 0; |
for (var i = 0; i < test_count; i++) { |