Commit bd08bd0
fix(gxt-backend): raise cumulative foreign-fire cap to 1500
CI evidence on commit a42b371: cumulative cap at 200 caught the
hang (Basic Test 13min instead of 41min) but regressed 700+ tests
in the load-bearing-leak cluster. The cap was firing on legitimate
cross-test reactor activity (Ember test infrastructure propagates
some dirties across tests for shared setup chains).
Move the cap above the observed leak signature peak (1140 lifetime
fires per leaked reactor in CI) but still bounded so an unbounded
runaway can't saturate the runloop indefinitely. 1500 leaves room
for shared-setup chains without leaving unbounded-leak headroom.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>1 parent a42b371 commit bd08bd0
1 file changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
728 | 728 | | |
729 | 729 | | |
730 | 730 | | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
736 | 738 | | |
737 | 739 | | |
738 | 740 | | |
| |||
0 commit comments