Index: test/cctest/heap/test-array-buffer-tracker.cc |
diff --git a/test/cctest/heap/test-array-buffer-tracker.cc b/test/cctest/heap/test-array-buffer-tracker.cc |
index bf75b030b724e6c7f4f53e5517dfcf8d0c832694..b331f6bf3a5a8a3eee261e14449ccf96a57a8ecc 100644 |
--- a/test/cctest/heap/test-array-buffer-tracker.cc |
+++ b/test/cctest/heap/test-array-buffer-tracker.cc |
@@ -292,7 +292,7 @@ UNINITIALIZED_TEST(ArrayBuffer_SemiSpaceCopyMultipleTasks) { |
// Test allocates JSArrayBuffer on different pages before triggering a |
// full GC that performs the semispace copy. If parallelized, this test |
// ensures proper synchronization in TSAN configurations. |
- FLAG_min_semi_space_size = 2; |
+ FLAG_min_semi_space_size = 2 * Page::kPageSize / MB; |
v8::Isolate::CreateParams create_params; |
create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); |
v8::Isolate* isolate = v8::Isolate::New(create_params); |