diff options
-rw-r--r-- | lldb/test/api/multiple-debuggers/multi-process-driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/api/multiple-debuggers/multi-process-driver.cpp b/lldb/test/api/multiple-debuggers/multi-process-driver.cpp index 397628a2a89..1c2689ff6c4 100644 --- a/lldb/test/api/multiple-debuggers/multi-process-driver.cpp +++ b/lldb/test/api/multiple-debuggers/multi-process-driver.cpp @@ -25,7 +25,7 @@ #include <chrono> #include <thread> -#define NUMBER_OF_SIMULTANEOUS_DEBUG_SESSIONS 50 +#define NUMBER_OF_SIMULTANEOUS_DEBUG_SESSIONS 20 #define DEBUG 0 |