Chromium Code Reviews| Index: test/cctest/test-cpu-profiler.cc |
| diff --git a/test/cctest/test-cpu-profiler.cc b/test/cctest/test-cpu-profiler.cc |
| index 6ec71a2ab3e3bdb77717880200f044e0633b277c..1c69a4e4af043e0c9f2a1eb11f4c73d9290d3aa6 100644 |
| --- a/test/cctest/test-cpu-profiler.cc |
| +++ b/test/cctest/test-cpu-profiler.cc |
| @@ -1312,7 +1312,7 @@ static const char* js_native_js_test_source = |
| " return s;\n" |
| "}\n" |
| "function bar() {\n" |
| - " foo(1000);\n" |
| + " foo(3000);\n" |
| "}\n" |
| "function start() {\n" |
| " CallJsFunction(bar);\n" |