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}
This commit is contained in:
sakal 2016-08-15 02:29:11 -07:00 committed by Commit bot
parent 5093b38497
commit 714dd4e532
10 changed files with 24 additions and 0 deletions

View File

@ -578,6 +578,7 @@ if (rtc_include_tests) {
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 @@ if (rtc_include_tests) {
# 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 (rtc_include_tests) {
]
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 (rtc_include_tests) {
}
if (is_android) {
deps += [ "//testing/android/native_test:native_test_support" ]
shard_timeout = 900
}
if (is_mac) {

View File

@ -400,6 +400,8 @@ if (rtc_include_tests) {
if (is_android) {
deps += [ "//testing/android/native_test:native_test_support" ]
shard_timeout = 900
}
}

View File

@ -310,6 +310,8 @@ if (rtc_include_tests) {
if (is_android) {
deps += [ "//testing/android/native_test:native_test_support" ]
shard_timeout = 900
}
}
}

View File

@ -124,6 +124,8 @@ if (rtc_include_tests) {
data = [
"//resources/foreman_cif.yuv",
]
shard_timeout = 900
}
}
}

View File

@ -84,6 +84,7 @@ if (rtc_include_tests) {
if (is_android) {
deps += [ "//testing/android/native_test:native_test_native_code" ]
shard_timeout = 900
}
if (is_android || is_ios) {
data = [
@ -602,6 +603,8 @@ if (rtc_include_tests) {
"//resources/verizon4g-downlink.rx",
"//resources/verizon4g-uplink.rx",
]
shard_timeout = 900
}
if (is_ios) {

View File

@ -1029,6 +1029,7 @@ if (rtc_include_tests) {
if (is_android) {
deps += [ "//testing/android/native_test:native_test_native_code" ]
shard_timeout = 900
}
if (is_ios) {
@ -1117,6 +1118,7 @@ if (rtc_include_tests) {
if (is_android) {
deps += [ "//testing/android/native_test:native_test_native_code" ]
shard_timeout = 900
}
deps += [

View File

@ -240,6 +240,8 @@ if (rtc_include_tests) {
if (is_android) {
deps += [ "//testing/android/native_test:native_test_support" ]
shard_timeout = 900
}
}
}

View File

@ -325,6 +325,8 @@ test("test_support_unittests") {
"//resources/video_coding/ssrcs-2.pcap",
"//resources/video_coding/ssrcs-3.pcap",
]
shard_timeout = 900
}
deps += [
":channel_transport",

View File

@ -316,6 +316,8 @@ if (rtc_include_tests) {
data = [
"//resources/foreman_cif.yuv",
]
shard_timeout = 900
}
}

View File

@ -143,6 +143,7 @@ if (rtc_include_tests) {
if (is_android) {
deps += [ "//testing/android/native_test:native_test_native_code" ]
shard_timeout = 900
}
sources = [