Commit f0d69b6
committed
test(tools): Bump test_paste_text retry window to 10 seconds
why: The 5-second retry window from the earlier bump was still too
tight on tmux 3.3a CI — the test failed with WaitTimeout even after
reruns. The bash cold-start plus paste-buffer plumbing on the
slowest matrix cells consistently exceeds 5 seconds. 10 seconds
is still a reasonable upper bound (a working paste delivers output
in well under a second locally) and gives enough headroom for the
slower CI combinations.
what:
- Extend the retry_until timeout from 5 to 10 seconds.
- Expand the comment to document the 5s → 10s progression so
future tuners know the prior threshold was already exercised.1 parent 200cbc6 commit f0d69b6
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
968 | 968 | | |
969 | 969 | | |
970 | 970 | | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
971 | 974 | | |
972 | 975 | | |
973 | | - | |
| 976 | + | |
974 | 977 | | |
975 | 978 | | |
976 | 979 | | |
| |||
0 commit comments