Author: [email protected]
Date: Tue Jun 16 23:18:10 2009
New Revision: 2196
Modified:
branches/bleeding_edge/test/cctest/test-api.cc
Log:
Make test-api/ApplyInterruption less likely to time out in debug
mode and on actual ARM hardware.
[email protected]
Review URL: http://codereview.chromium.org/125240
Modified: branches/bleeding_edge/test/cctest/test-api.cc
==============================================================================
--- branches/bleeding_edge/test/cctest/test-api.cc (original)
+++ branches/bleeding_edge/test/cctest/test-api.cc Tue Jun 16 23:18:10 2009
@@ -6366,7 +6366,7 @@
"function do_very_little(bar) {"
" this.foo = bar;"
"}"
- "for (var i = 0; i < 100000; i++) {"
+ "for (var i = 0; i < 10000; i++) {"
" do_very_little.apply(this, ['bar']);"
"}";
Local<String> source = String::New(c_source);
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---