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

@ -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 += [