We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a12b92 commit e277b6eCopy full SHA for e277b6e
lldb/test/API/driver/terminal/TestTerminalDimensions.py
@@ -11,7 +11,7 @@ class TerminalDimensionsTest(PExpectTest):
11
@skipIfAsan
12
def test(self):
13
"""Test that the lldb driver correctly reports the (PExpect) terminal dimension."""
14
- self.launch(dimensions=(40, 40), timeout=1)
+ self.launch(dimensions=(40, 40))
15
16
# Tests clear all the settings so we lose the launch values. Resize the
17
# window to update the settings. These new values need to be different
0 commit comments