You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(tree-sitter-bash): pin the budgets on the 500KB parse cases
Both cases relied on the default budget, whose timeout is 50ms of wall clock,
so a loaded CI runner failed them for machine speed rather than for the node
accounting they were written to guard. Pinning a generous timeout and a node
cap far stricter than the default keeps the assertion and drops the race.
0 commit comments