Commit 4c6f747
committed
refactor(tests): use wait_until_pane_ready instead of time.sleep
why: Using time.sleep() defeats the purpose of the waiter module, which
is designed to eliminate arbitrary delays with deterministic polling.
what:
- Replace time.sleep(0.3) with wait_until_pane_ready(timeout=2.0)
- Follows idiomatic pattern used throughout the waiter test suite
- Polls until shell prompt appears rather than arbitrary delay1 parent e3d3e08 commit 4c6f747
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1413 | 1413 | | |
1414 | 1414 | | |
1415 | 1415 | | |
1416 | | - | |
| 1416 | + | |
1417 | 1417 | | |
1418 | | - | |
| 1418 | + | |
1419 | 1419 | | |
1420 | 1420 | | |
1421 | 1421 | | |
| |||
0 commit comments