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

Unified Diff: webrtc/modules/audio_coding/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/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index 757b920f0d26ed2b98af2a5dc1af207a6df4d86d..15b94a3b70012452e58633fef90a01204ce70b84 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1036,6 +1036,10 @@ if (rtc_include_tests) {
"//resources/audio_coding/testfile32kHz.pcm",
]
}
+
+ if (is_android) {
+ shard_timeout = 900
kjellander_webrtc 2016/08/15 06:55:08 --> line 1032.
sakal 2016/08/15 07:44:54 Done.
+ }
} # audio_decoder_unittests
if (rtc_enable_protobuf) {
@@ -1127,6 +1131,10 @@ if (rtc_include_tests) {
"../audio_processing/",
"//testing/gtest",
]
+
+ if (is_android) {
+ shard_timeout = 900
kjellander_webrtc 2016/08/15 06:55:08 --> line 1124.
sakal 2016/08/15 07:44:54 Done.
+ }
}
source_set("neteq_test_support") {

Powered by Google App Engine
This is Rietveld 408576698