8 | | Yeah, the numbers here are similar: 20-25 sec. on the first run, then the longer delay after Composer and before PHPUnit (more like 50-60 seconds now). Running the tests again, the delays are a lot smaller. Tried to figure out what's going on and it looks like npm is running some update checks (perhaps) as it is making ~200-300 requests during that first-run delay. |
| 8 | Yeah, the numbers here are similar: 20-25 sec. on the first run, then the longer delay after Composer and before PHPUnit (more like 50-60 seconds now). Running the tests again, the delays are a lot smaller. |
| 9 | |
| 10 | Tried to figure out what's going on and it looks like npm is running some update checks (perhaps) as it is making few hundreds requests during that first-run delay. Seems that's from the `Creating trunk-wpenv_phpunit_run ... done` and `Installing...`: |
| 11 | |
| 12 | {{{ |
| 13 | ... |
| 14 | 26 packages you are using are looking for funding. |
| 15 | Use the `composer fund` command to find out more! |
| 16 | Creating trunk-wpenv_phpunit_run ... done |
| 17 | Installing... |
| 18 | Running as single site... To run multisite, use -c tests/phpunit/multisite.xml |
| 19 | Not running ajax tests. To execute these, use --group ajax. |
| 20 | ... |
| 21 | }}} |