[lldb] Increase timeout in TestProcessIOHandlerInterrupt

The small value was not meant to be checked in.
This commit is contained in:
Pavel Labath 2022-03-18 12:14:10 +01:00
parent 6ffb3ad631
commit af4da4f995
1 changed files with 1 additions and 1 deletions

View 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")