Index: test/cctest/test-lockers.cc |
diff --git a/test/cctest/test-lockers.cc b/test/cctest/test-lockers.cc |
index f92a81e6501f1f2078f8a5c0722db6d44491fb96..0e6f14a9f06f543d010d896db6749ccc2eee9d12 100644 |
--- a/test/cctest/test-lockers.cc |
+++ b/test/cctest/test-lockers.cc |
@@ -247,6 +247,8 @@ class IsolateNonlockingThread : public JoinableThread { |
TEST(MultithreadedParallelIsolates) { |
#if V8_TARGET_ARCH_ARM || V8_TARGET_ARCH_MIPS |
const int kNThreads = 10; |
+#elif V8_TARGET_ARCH_X64 && V8_TARGET_ARCH_32_BIT |
+ const int kNThreads = 4; |
#else |
const int kNThreads = 50; |
#endif |
@@ -713,6 +715,8 @@ class IsolateGenesisThread : public JoinableThread { |
TEST(ExtensionsRegistration) { |
#if V8_TARGET_ARCH_ARM || V8_TARGET_ARCH_MIPS |
const int kNThreads = 10; |
+#elif V8_TARGET_ARCH_X64 && V8_TARGET_ARCH_32_BIT |
+ const int kNThreads = 4; |
#else |
const int kNThreads = 40; |
#endif |