Skip to content

Commit e015b71

Browse files
committed
rebase against master and add modification from @tony.
1 parent a0ad82f commit e015b71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmuxp/testsuite/workspacebuilder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def test_suppress_history(self):
238238

239239
builder = WorkspaceBuilder(sconf=sconfig)
240240
builder.build(session=self.session)
241-
time.sleep(0.2) # give .bashrc, etc. time to load
241+
time.sleep(0.3) # give .bashrc, etc. time to load
242242

243243
s.server._update_windows()
244244
for w in s.windows:
@@ -250,7 +250,7 @@ def test_suppress_history(self):
250250
# Print the last-in-history command in the pane
251251
self.session.cmd('send-keys', ' fc -ln -1')
252252
self.session.cmd('send-keys', 'Enter')
253-
time.sleep(0.01) # give fc time to run
253+
time.sleep(0.1) # give fc time to run
254254

255255
# Get the contents of the pane
256256
self.session.cmd('capture-pane')

0 commit comments

Comments
 (0)