================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to