Skip to content

Commit 2568a4c

Browse files
committed
!squash refactor(tests): Split waiter test examples into individual files
1 parent f9dc2aa commit 2568a4c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/examples/test/waiter/test_wait_until_ready.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ def test_wait_until_ready(session: Session) -> None:
2727
pane.send_keys("echo 'test command'")
2828
pane.send_keys("ls")
2929

30-
# Give the commands time to complete
31-
time.sleep(1.5) # Increased sleep time for stability
32-
3330
# For test purposes, look for any common shell prompt characters
3431
# The wait_until_pane_ready function works either with:
3532
# 1. A string to find (will use CONTAINS match_type)

0 commit comments

Comments
 (0)