diff options
| -rw-r--r-- | lldb/test/tools/lldb-server/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/tools/lldb-server/main.cpp b/lldb/test/tools/lldb-server/main.cpp index 2c38f475147..c65b2257159 100644 --- a/lldb/test/tools/lldb-server/main.cpp +++ b/lldb/test/tools/lldb-server/main.cpp @@ -199,7 +199,7 @@ thread_func (void *arg) pthread_mutex_unlock (&g_print_mutex); } - int sleep_seconds_remaining = 5; + int sleep_seconds_remaining = 60; while (sleep_seconds_remaining > 0) { sleep_seconds_remaining = sleep (sleep_seconds_remaining); |

