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:
parent
5093b38497
commit
714dd4e532
@ -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) {
|
||||
|
||||
@ -400,6 +400,8 @@ if (rtc_include_tests) {
|
||||
|
||||
if (is_android) {
|
||||
deps += [ "//testing/android/native_test:native_test_support" ]
|
||||
|
||||
shard_timeout = 900
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -310,6 +310,8 @@ if (rtc_include_tests) {
|
||||
|
||||
if (is_android) {
|
||||
deps += [ "//testing/android/native_test:native_test_support" ]
|
||||
|
||||
shard_timeout = 900
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -124,6 +124,8 @@ if (rtc_include_tests) {
|
||||
data = [
|
||||
"//resources/foreman_cif.yuv",
|
||||
]
|
||||
|
||||
shard_timeout = 900
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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) {
|
||||
|
||||
@ -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 += [
|
||||
|
||||
@ -240,6 +240,8 @@ if (rtc_include_tests) {
|
||||
|
||||
if (is_android) {
|
||||
deps += [ "//testing/android/native_test:native_test_support" ]
|
||||
|
||||
shard_timeout = 900
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -316,6 +316,8 @@ if (rtc_include_tests) {
|
||||
data = [
|
||||
"//resources/foreman_cif.yuv",
|
||||
]
|
||||
|
||||
shard_timeout = 900
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -143,6 +143,7 @@ if (rtc_include_tests) {
|
||||
|
||||
if (is_android) {
|
||||
deps += [ "//testing/android/native_test:native_test_native_code" ]
|
||||
shard_timeout = 900
|
||||
}
|
||||
|
||||
sources = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user