47 | | |
48 | | ---- |
49 | | |
50 | | == Test Report |
51 | | |
52 | | LGTM 👍🏻 As above, this can be tested by forcing an insufficient time period to complete the test suite. |
53 | | |
54 | | Patch tested: https://core.trac.wordpress.org/attachment/ticket/55919/55919.diff |
55 | | |
56 | | === Pre-Test Configuration |
57 | | 1. Set Composer's `process-timeout` to a low value (e.g. 10 seconds) to simulate an insufficient timeout period: `export COMPOSER_PROCESS_TIMEOUT=10`. |
58 | | 2. Confirm the `process-timeout` value with: `composer config process-timeout`. |
59 | | |
60 | | === Actual Results |
61 | | - ✅ Patch update overrides `process-timeout` value and tests complete without error. |