diff options
author | Sergey Biryukov <sergeybiryukov@git.wordpress.org> | 2022-09-29 14:43:06 +0000 |
---|---|---|
committer | Sergey Biryukov <sergeybiryukov@git.wordpress.org> | 2022-09-29 14:43:06 +0000 |
commit | 0cec3d1807e10b2ce02d812a3b96df46533b5633 (patch) | |
tree | c099fd971e62dd522af9974668c564f1f00dc5e0 /src/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php | |
parent | 8bef14f1a3afc08f61306d73abbe955bb669c04a (diff) | |
download | wordpress-0cec3d1807e10b2ce02d812a3b96df46533b5633.tar.gz wordpress-0cec3d1807e10b2ce02d812a3b96df46533b5633.zip |
Build/Test Tools: Disable process timeout when running PHPUnit tests via Composer.
When running the full test suite locally via `npm run grunt phpunit` or `composer test`, it is not uncommon for the test run to exceed the Composer's default timeout, causing an error in the middle of the test output:
{{{
The process "..." exceeded the timeout of 300 seconds.
}}}
This commit disables the process timeout for the `composer test` command, allowing the test run to complete successfully.
Follow-up to [47881], [51016].
Props ironprogrammer, robinwpdeveloper, SergeyBiryukov.
Fixes #55919.
git-svn-id: https://develop.svn.wordpress.org/trunk@54355 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'src/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php')
0 files changed, 0 insertions, 0 deletions