[lldb] Increase timeout in TestProcessIOHandlerInterrupt
authorPavel Labath <pavel@labath.sk>
Fri, 18 Mar 2022 11:14:10 +0000 (12:14 +0100)
committerPavel Labath <pavel@labath.sk>
Fri, 18 Mar 2022 11:14:10 +0000 (12:14 +0100)
The small value was not meant to be checked in.

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

index f1bd76e..707c84e 100644 (file)
@@ -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")