[Lldb-commits] [lldb] Increase timeout to reduce test failure rate. (PR #83312)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 29 08:22:45 PST 2024


================
@@ -6,6 +6,7 @@
 
 
 class DAPTestCaseBase(TestBase):
+    timeoutval = 10 * (10 if ('ASAN_OPTIONS' in os.environ) else 1)
----------------
walter-erquinigo wrote:

Please add a comment here mentioning what the purpose of this variable is

https://github.com/llvm/llvm-project/pull/83312


More information about the lldb-commits mailing list