diff options
author | Adrian Prantl <aprantl@apple.com> | 2019-10-21 17:19:42 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2019-10-21 17:19:42 +0000 |
commit | 5827a82a5870fcb59a9fb34e6891ca0f009d282a (patch) | |
tree | 7994b666e404c4e5b98660f374fe6aaca2425a5f /lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py | |
parent | ae9971255990a4f3cf93fa81a5b44dabd2aa747c (diff) | |
download | bcm5719-llvm-5827a82a5870fcb59a9fb34e6891ca0f009d282a.tar.gz bcm5719-llvm-5827a82a5870fcb59a9fb34e6891ca0f009d282a.zip |
Unify timeouts in gdbserver tests and ensure they are larger if ASAN is enabled.
llvm-svn: 375431
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 5a3ae926896..70cc2552060 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py @@ -53,7 +53,7 @@ class TestGdbRemoteProcessInfo(gdbremote_testcase.GdbRemoteTestCaseBase): self.add_process_info_collection_packets() # Run the stream - context = self.expect_gdbremote_sequence(timeout_seconds=8) + context = self.expect_gdbremote_sequence(timeout_seconds=self._DEFAULT_TIMEOUT) self.assertIsNotNone(context) # Gather process info response |