Increase timeout of webrtc_perf_tests on Android to 1h15m

It's called "shard timeout" but we're intentionally running only one shard.

This value matches the one in https://chromium.googlesource.com/chromium/tools/build/+/master/scripts/slave/recipe_modules/webrtc/builders.py

Bug: webrtc:10094, webrtc:9783
Change-Id: I0d7f04e200121a1b574a42fe8c6cfe30983cceda
Reviewed-on: https://webrtc-review.googlesource.com/c/114280
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25998}
This commit is contained in:
Oleh Prypin 2018-12-13 08:48:13 +01:00 committed by Commit Bot
parent aa7bc7e0bb
commit 2aa037990f

View File

@ -603,7 +603,7 @@ if (rtc_include_tests) {
data = webrtc_perf_tests_resources
if (is_android) {
deps += [ "//testing/android/native_test:native_test_native_code" ]
shard_timeout = 2700
shard_timeout = 4500
}
if (is_ios) {
deps += [ ":webrtc_perf_tests_bundle_data" ]