summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-04-12 11:59:41 +0000
committerPavel Labath <labath@google.com>2016-04-12 11:59:41 +0000
commitec26f3bdf3b0417d9c98a0ea581b318ab4c8ddae (patch)
tree7acf160a5b61008ea660ae3e0ee63658fde1f23b /lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py
parentb067c2d23b2b65edb3f13483416524f3dfa8f5ea (diff)
downloadbcm5719-llvm-ec26f3bdf3b0417d9c98a0ea581b318ab4c8ddae.tar.gz
bcm5719-llvm-ec26f3bdf3b0417d9c98a0ea581b318ab4c8ddae.zip
Bump up timeout in TestGdbRemoteProcessInfo
the process info packet is slow, and sometimes it does not arrive on time when run on the android emulator. llvm-svn: 266058
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py
index 9de072e440f..f26b6204361 100644
--- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py
+++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py
@@ -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
OpenPOWER on IntegriCloud