Author: Pavel Labath
Date: 2022-03-18T12:14:10+01:00
New Revision: af4da4f995f8aaaa30aee6fcd598c3c07ecaff89

URL: 
https://github.com/llvm/llvm-project/commit/af4da4f995f8aaaa30aee6fcd598c3c07ecaff89
DIFF: 
https://github.com/llvm/llvm-project/commit/af4da4f995f8aaaa30aee6fcd598c3c07ecaff89.diff

LOG: [lldb] Increase timeout in TestProcessIOHandlerInterrupt

The small value was not meant to be checked in.

Added: 
    

Modified: 
    lldb/test/API/iohandler/sigint/TestProcessIOHandlerInterrupt.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/iohandler/sigint/TestProcessIOHandlerInterrupt.py 
b/lldb/test/API/iohandler/sigint/TestProcessIOHandlerInterrupt.py
index f1bd76e348caf..707c84eeacdac 100644
--- a/lldb/test/API/iohandler/sigint/TestProcessIOHandlerInterrupt.py
+++ b/lldb/test/API/iohandler/sigint/TestProcessIOHandlerInterrupt.py
@@ -15,7 +15,7 @@ class TestCase(PExpectTest):
 
     def test(self):
         self.build(dictionary={"CXX_SOURCES":"cat.cpp"})
-        self.launch(executable=self.getBuildArtifact(), timeout=5)
+        self.launch(executable=self.getBuildArtifact())
 
         self.child.sendline("process launch")
         self.child.expect("Process .* launched")


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to