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

Unified Diff: webrtc/modules/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: 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
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 21d0fdb5325c6c0055f1b76953464ac1ec0a4449..bac8b332893ee0783251a7a7663f9837104663d2 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -106,6 +106,10 @@ if (rtc_include_tests) {
"/wd4373",
]
}
+
+ if (is_android) {
+ shard_timeout = 900
kjellander_webrtc 2016/08/15 06:55:08 Move to line 87.
sakal 2016/08/15 07:44:54 Done.
+ }
}
test("modules_unittests") {
@@ -601,6 +605,8 @@ if (rtc_include_tests) {
"//resources/verizon4g-downlink.rx",
"//resources/verizon4g-uplink.rx",
]
+
+ shard_timeout = 900
}
if (is_ios) {

Powered by Google App Engine
This is Rietveld 408576698