| Index: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-large-tree-search.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-large-tree-search.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-large-tree-search.html
|
| index 14953a1111354c04189aed1b4f1ac16919000283..14a779b071c63660340b966c23e98eade3564926 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-large-tree-search.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-large-tree-search.html
|
| @@ -60,9 +60,8 @@ function test()
|
| "children": []
|
| }
|
| ].concat(buildTree(2, nodesCount)),
|
| - "idleTime": 0.002,
|
| "startTime": 0,
|
| - "endTime": nodesCount * 0.01 + 0.003
|
| + "endTime": nodesCount * 10e3 + 3e3
|
| }
|
| };
|
| var view = new WebInspector.CPUProfileView(profileAndExpectations);
|
|
|