GN: Update tests to have the correct shard timeout value on Android.
TBR=mflodman@webrtc.org
NOTRY=True
Review-Url: https://codereview.webrtc.org/2231413002
Cr-Commit-Position: refs/heads/master@{#13741}
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 94ce012..b30f479 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -578,6 +578,7 @@
if (is_android) {
deps += [ "//testing/android/native_test:native_test_support" ]
+ shard_timeout = 900
}
if (is_ios || (is_mac && mac_deployment_target == "10.7")) {
@@ -665,6 +666,9 @@
# See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
configs -= [ "//build/config/clang:find_bad_constructs" ]
}
+ if (is_android) {
+ shard_timeout = 900
+ }
}
source_set("video_quality_test") {
@@ -725,6 +729,7 @@
]
if (is_android) {
deps += [ "//testing/android/native_test:native_test_native_code" ]
+ shard_timeout = 2700
}
if (is_clang) {
# Suppress warnings from the Chromium Clang plugin.
@@ -758,6 +763,7 @@
}
if (is_android) {
deps += [ "//testing/android/native_test:native_test_support" ]
+ shard_timeout = 900
}
if (is_mac) {