File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ def test_set_height(self):
3737 pane1 = window .attached_pane ()
3838 pane1_height = pane1 ['pane_height' ]
3939
40- pane1 .set_height (12 )
40+ pane1 .set_height (6 )
4141 self .assertNotEqual (pane1 ['pane_height' ], pane1_height )
42- self .assertEqual (int (pane1 ['pane_height' ]), 12 )
42+ self .assertEqual (int (pane1 ['pane_height' ]), 6 )
4343
4444 def test_set_width (self ):
4545 window = self .session .new_window (window_name = 'test_set_width' )
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ def test_automatic_rename_option(self):
261261 w = s .attached_window ()
262262 if w ['window_name' ] == 'man' :
263263 break
264- time .sleep (.1 )
264+ time .sleep (.2 )
265265
266266 self .assertEqual (w .get ('window_name' ), 'man' )
267267
@@ -270,7 +270,7 @@ def test_automatic_rename_option(self):
270270 w = s .attached_window ()
271271 if w ['window_name' ] != 'man' :
272272 break
273- time .sleep (.1 )
273+ time .sleep (.2 )
274274
275275 self .assertNotEqual (w .get ('window_name' ), 'man' )
276276
You can’t perform that action at this time.
0 commit comments