Index: test/cctest/test-heap-profiler.cc |
diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc |
index bf7e91b268107656fdcfffbe7d986da7eaa481a3..a6f04b308d03d42c0dc511fe19c0519fcf383be1 100644 |
--- a/test/cctest/test-heap-profiler.cc |
+++ b/test/cctest/test-heap-profiler.cc |
@@ -677,7 +677,7 @@ TEST(TakeHeapSnapshotAborting) { |
LocalContext env; |
const int snapshots_count = v8::HeapProfiler::GetSnapshotsCount(); |
- TestActivityControl aborting_control(3); |
+ TestActivityControl aborting_control(1); |
const v8::HeapSnapshot* no_snapshot = |
v8::HeapProfiler::TakeSnapshot(v8_str("abort"), |
v8::HeapSnapshot::kFull, |