================
@@ -25,10 +25,15 @@ def spawn(self, program, args=None):
)
def spawn_and_wait(self, program, delay):
+ SPAWN_AND_WAIT_TIMEOUT_SECONDS = 900.0
----------------
JDevlieghere wrote:
Can we reuse the global timeout? A different timeout requires a pretty strong
motivator and a corresponding comment.
https://github.com/llvm/llvm-project/pull/174461
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits