Skip to content

Commit 4ce925d

Browse files
committed
!squash refactor(tests): Split waiter test examples into individual files
1 parent aa2f770 commit 4ce925d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: tests/examples/test/waiter/test_wait_until_ready.py

-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import contextlib
66
import re
7-
import time
87
from typing import TYPE_CHECKING
98

109
import pytest
@@ -27,9 +26,6 @@ def test_wait_until_ready(session: Session) -> None:
2726
pane.send_keys("echo 'test command'")
2827
pane.send_keys("ls")
2928

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

0 commit comments

Comments
 (0)