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:
@ -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 += [
|
||||
|
||||
Reference in New Issue
Block a user