Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always increase timeout for packaging tests (#48945)
The previous approach did not work because the system property is passed to Gradle but not to the tests JVM. We shouldn't really pass this to the tests as we wouldn't want to have differences. This timeout being different might not be bad, but having a way to differentiate could lead to others and it's best avoided.
- Loading branch information