[GIT-PULLS] [php-src] PR #22626: Reduce gh22570 test nesting depth to fix macOS ZTS timeout
[email protected] (iliaal)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <96tVYSWfcVHy451qdvgD43S9oeCn72r1n2ul5SZmMSM@main.internal.php.net> |
Pull Request: https://github.com/php/php-src/pull/22626 Author: iliaal Follow-up to #22576. The gh22570 test builds a 100000-node tree, which timed out (120s) on the macOS ZTS nightly runner. At `zend.max_allowed_stack_size=512K` the serializer overflows well below 10000 nested nodes, so reducing the depth keeps the test fast while still tripping the stack guard it verifies.