Commit 3e21116
committed
Fix flaky spawn-agent-real-chat-prompt-test on slow CI runners
The future deref timeout was 5s, but chat/prompt runs its work in a
future* and the spawn-agent polling loop sleeps 1s between status
checks. On slower runners (notably macOS GitHub runners with cold
JIT) a healthy run can take a few polling iterations and bump up
against the 5s budget, producing a false-positive 'spawn handler did
not complete' failure. Bump to 30s; a real regression hangs the
loop forever so the test still fails fast under that scenario.1 parent 2bb20af commit 3e21116
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
655 | | - | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
656 | 662 | | |
657 | 663 | | |
658 | 664 | | |
| |||
663 | 669 | | |
664 | 670 | | |
665 | 671 | | |
666 | | - | |
| 672 | + | |
667 | 673 | | |
668 | 674 | | |
669 | 675 | | |
670 | 676 | | |
671 | | - | |
| 677 | + | |
672 | 678 | | |
673 | 679 | | |
674 | 680 | | |
| |||
0 commit comments