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 9c73848 commit 3c42a15Copy full SHA for 3c42a15
tmuxp/testsuite/test_workspacebuilder.py
@@ -252,20 +252,20 @@ def test_automatic_rename_option(self):
252
253
w = s.attached_window()
254
255
- for i in range(5):
+ for i in range(30):
256
257
if w['window_name'] == 'man':
258
break
259
- time.sleep(.1)
+ time.sleep(.01)
260
261
self.assertEqual(w.get('window_name'), 'man')
262
263
w.select_pane('-D')
264
265
266
if w['window_name'] != 'man':
267
268
269
270
self.assertNotEqual(w.get('window_name'), 'man')
271
0 commit comments