Skip to content

Commit e9ba3e9

Browse files
committed
!squash
1 parent 2b940f8 commit e9ba3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Grab the output of pane:
157157
```python
158158
>>> pane.clear() # clear the pane
159159
>>> pane.send_keys("cowsay 'hello'", enter=True)
160-
>>> import time; time.sleep(1)
160+
>>> import time; time.sleep(5)
161161
>>> print('\n'.join(pane.cmd('capture-pane', '-p').stdout))
162162

163163
sh-3.2$ cowsay 'hello'

0 commit comments

Comments
 (0)