@@ -177,7 +177,7 @@ def test_split_windows(self):
177
177
self .assertNotEqual (w .get ('window_name' ), 'man' )
178
178
179
179
pane_path = '/var'
180
- for i in range (30 ):
180
+ for i in range (60 ):
181
181
p = w .attached_pane ()
182
182
p .server ._update_panes ()
183
183
if p .get ('pane_current_path' ) == pane_path :
@@ -273,7 +273,7 @@ def test_automatic_rename_option(self):
273
273
self .assertNotEqual (s .get ('session_name' ), 'tmuxp' )
274
274
w = s .windows [0 ]
275
275
276
- for i in range (30 ):
276
+ for i in range (60 ):
277
277
self .session .server ._update_windows ()
278
278
if w .get ('window_name' ) != 'man' :
279
279
break
@@ -284,7 +284,7 @@ def test_automatic_rename_option(self):
284
284
pane_base_index = w .show_window_option ('pane-base-index' , g = True )
285
285
w .select_pane (pane_base_index )
286
286
287
- for i in range (30 ):
287
+ for i in range (60 ):
288
288
self .session .server ._update_windows ()
289
289
if w .get ('window_name' ) == 'man' :
290
290
break
@@ -293,7 +293,7 @@ def test_automatic_rename_option(self):
293
293
self .assertEqual (w .get ('window_name' ), unicode ('man' ))
294
294
295
295
w .select_pane ('-D' )
296
- for i in range (30 ):
296
+ for i in range (60 ):
297
297
self .session .server ._update_windows ()
298
298
if w ['window_name' ] != 'man' :
299
299
break
@@ -455,7 +455,7 @@ def test_pane_order(self):
455
455
# at 0 since python list.
456
456
pane_path = pane_paths [p_index - pane_base_index ]
457
457
458
- for i in range (30 ):
458
+ for i in range (60 ):
459
459
p .server ._update_panes ()
460
460
if p .get ('pane_current_path' ) == pane_path :
461
461
break
0 commit comments