Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(903)

Unified Diff: webrtc/BUILD.gn

Issue 2231413002: GN: Update tests to have the correct shard timeout value on Android. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixes according to comments. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/api/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 94ce0120b61e73b84d076c385625bc51fcc17862..b30f479307a2193fa55622b47b93ae0e78d249c3 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -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) {
« no previous file with comments | « no previous file | webrtc/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698