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 (#4531)
Context: https://build.azdo.io/3616517 Context: #4487 Commit 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