ci: [NGOv1.X]Updated Wrench and added project dependency
This PR is a port of https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/pull/3512
This PR bumps Wrench to the latest version and regnerates recipes (I will close automated update PRs after). This update allows us to modify timeouts and add additional project dependencies for the validation jobs so I added testproject validation as dependency for our releases (I didn't add minimalproject since there are no tests and testproject-tools-integration since this will be moved to Tools repo).
Beside adding testproject as the default project for running EditMode and PlayMode tests I also permanently bumped validation job timeout to 40m (option available from this Wrench version) since in the past we needed to bump it manually from 20m since sometimes our jobs were timing up
I tested the change and now we are running all package and project tests correctly when releasing with Wrench scripts