Commit cff037c
committed
test(tools): Extend test_paste_text retry window to 5 seconds
why: The CI matrix (GitHub Actions runners) timed out the
retry_until(..., 2) for "PASTE_TEST_marker_xyz" in pane capture
across all six tmux matrix cells — the bash shell cold-start on a
fresh pane can take several seconds before it processes the pasted
echo command and renders output. pyproject's pytest-rerunfailures
config reran each failure twice with no change, so this is a
reliable timing issue rather than a transient flake. paste_text
itself is still verified end-to-end (the marker MUST appear); only
the patience budget grew.
what:
- Bump the timeout passed to retry_until from 2 to 5 seconds.
- Add a comment explaining the cold-start rationale so future
readers don't shave it back down.1 parent 8956288 commit cff037c
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
965 | 965 | | |
966 | 966 | | |
967 | 967 | | |
968 | | - | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
969 | 971 | | |
970 | 972 | | |
971 | | - | |
| 973 | + | |
972 | 974 | | |
973 | 975 | | |
974 | 976 | | |
| |||
0 commit comments