| Index: webrtc/modules/BUILD.gn
|
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
|
| index 21d0fdb5325c6c0055f1b76953464ac1ec0a4449..7e8fde3b4cc57c27177eff6cbd34eac68b803d9a 100644
|
| --- a/webrtc/modules/BUILD.gn
|
| +++ b/webrtc/modules/BUILD.gn
|
| @@ -84,6 +84,7 @@ if (rtc_include_tests) {
|
|
|
| if (is_android) {
|
| deps += [ "//testing/android/native_test:native_test_native_code" ]
|
| + shard_timeout = 900
|
| }
|
| if (is_android || is_ios) {
|
| data = [
|
| @@ -601,6 +602,8 @@ if (rtc_include_tests) {
|
| "//resources/verizon4g-downlink.rx",
|
| "//resources/verizon4g-uplink.rx",
|
| ]
|
| +
|
| + shard_timeout = 900
|
| }
|
|
|
| if (is_ios) {
|
|
|