Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opt: relax max stack size in test for stack overflow
This commit relaxes the maximum Go stack size in bytes for a test added in #132701 from 50KB to 125KB. The very low max stack size was causing stack overflows to occur in unrelated functions, like parsing, in some nightly tests. I'm hoping that more than doubling this will eliminate the flakes. Fixes #133212 Release note: None
- Loading branch information