Bump up timeout in TestGdbRemoteProcessInfo
authorPavel Labath <labath@google.com>
Tue, 12 Apr 2016 11:59:41 +0000 (11:59 +0000)
committerPavel Labath <labath@google.com>
Tue, 12 Apr 2016 11:59:41 +0000 (11:59 +0000)
the process info packet is slow, and sometimes it does not arrive on time when run on the android
emulator.

llvm-svn: 266058

lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py

index 9de072e..f26b620 100644 (file)
@@ -52,7 +52,7 @@ class TestGdbRemoteProcessInfo(gdbremote_testcase.GdbRemoteTestCaseBase):
         self.add_process_info_collection_packets()
 
         # Run the stream
-        context = self.expect_gdbremote_sequence()
+        context = self.expect_gdbremote_sequence(timeout_seconds = 8)
         self.assertIsNotNone(context)
 
         # Gather process info response