 Chromium Code Reviews
 Chromium Code Reviews 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
    
  
    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| Index: webrtc/system_wrappers/BUILD.gn | 
| diff --git a/webrtc/system_wrappers/BUILD.gn b/webrtc/system_wrappers/BUILD.gn | 
| index 9464c6b6e1ee0b660bfcbc036dfa0ece83bae19e..6e1b0ae407af4a6afacd0c63380461d5bf3818c2 100644 | 
| --- a/webrtc/system_wrappers/BUILD.gn | 
| +++ b/webrtc/system_wrappers/BUILD.gn | 
| @@ -240,6 +240,8 @@ if (rtc_include_tests) { | 
| if (is_android) { | 
| deps += [ "//testing/android/native_test:native_test_support" ] | 
| + | 
| + shard_timeout = 900 | 
| } | 
| } | 
| } |