Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] raise acceptable timings for performance tests
Context: dotnet#4487 7117414 raised the acceptable build times for three tests: * `Build_From_Clean_DontIncludeRestore` * `Build_AndroidManifest_Change` * `Build_JLO_Change` Unfortunately, we didn't increase the times enough. I raised them a bit more, so they should pass more reliably. In a future PR, we could consider using the ABI of the connected emulator/device to only build & generate an APK for that specific device. I could see this improving the regressed timings here, as the `_GenerateJavaStubs` and native assembly compilation are taking additional time per-ABI.
- Loading branch information