diff options
author | Pavel Labath <labath@google.com> | 2016-04-12 11:59:41 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-04-12 11:59:41 +0000 |
commit | ec26f3bdf3b0417d9c98a0ea581b318ab4c8ddae (patch) | |
tree | 7acf160a5b61008ea660ae3e0ee63658fde1f23b /lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py | |
parent | b067c2d23b2b65edb3f13483416524f3dfa8f5ea (diff) | |
download | bcm5719-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.py | 2 |
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 |