summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-10-21 17:19:42 +0000
committerAdrian Prantl <aprantl@apple.com>2019-10-21 17:19:42 +0000
commit5827a82a5870fcb59a9fb34e6891ca0f009d282a (patch)
tree7994b666e404c4e5b98660f374fe6aaca2425a5f /lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline
parentae9971255990a4f3cf93fa81a5b44dabd2aa747c (diff)
downloadbcm5719-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/commandline')
-rw-r--r--lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py
index 18efbf9d650..664b6001d8d 100644
--- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py
+++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubReverseConnect.py
@@ -14,7 +14,7 @@ class TestStubReverseConnect(gdbremote_testcase.GdbRemoteTestCaseBase):
mydir = TestBase.compute_mydir(__file__)
- _DEFAULT_TIMEOUT = 20
+ _DEFAULT_TIMEOUT = 20 * (10 if ('ASAN_OPTIONS' in os.environ) else 1)
def setUp(self):
# Set up the test.
OpenPOWER on IntegriCloud