Skip to content

Commit e277b6e

Browse files
committed
Remove timeout
1 parent 6a12b92 commit e277b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/driver/terminal/TestTerminalDimensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class TerminalDimensionsTest(PExpectTest):
1111
@skipIfAsan
1212
def test(self):
1313
"""Test that the lldb driver correctly reports the (PExpect) terminal dimension."""
14-
self.launch(dimensions=(40, 40), timeout=1)
14+
self.launch(dimensions=(40, 40))
1515

1616
# Tests clear all the settings so we lose the launch values. Resize the
1717
# window to update the settings. These new values need to be different

0 commit comments

Comments
 (0)