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 f9dc2aa commit 2568a4cCopy full SHA for 2568a4c
tests/examples/test/waiter/test_wait_until_ready.py
@@ -27,9 +27,6 @@ def test_wait_until_ready(session: Session) -> None:
27
pane.send_keys("echo 'test command'")
28
pane.send_keys("ls")
29
30
- # Give the commands time to complete
31
- time.sleep(1.5) # Increased sleep time for stability
32
-
33
# For test purposes, look for any common shell prompt characters
34
# The wait_until_pane_ready function works either with:
35
# 1. A string to find (will use CONTAINS match_type)
0 commit comments