Commit e3d3e08
committed
fix(tests): add delay after send_keys in waiter test
why: test_wait_for_any_content_exact_match was flaky on CI due to race
condition where pane content was captured before terminal finished
redrawing after clear command.
what:
- Add time.sleep(0.3) after send_keys("clear") to let terminal redraw
- Fixes timeout failures on tmux 3.3a and 3.4 in CI1 parent 26259b1 commit e3d3e08
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1415 | 1415 | | |
1416 | 1416 | | |
1417 | 1417 | | |
| 1418 | + | |
1418 | 1419 | | |
1419 | 1420 | | |
1420 | 1421 | | |
| |||
0 commit comments