Chromium Code Reviews| 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) { |