Index: components/cronet/android/BUILD.gn |
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn |
index 528f481ad3e97c9e2d021aea72f93bbc2ffea9dc..38d32371ed31c7ef4f0e16ea2882b1b8d61235c1 100644 |
--- a/components/cronet/android/BUILD.gn |
+++ b/components/cronet/android/BUILD.gn |
@@ -700,6 +700,10 @@ test("cronet_unittests") { |
"//net", |
"//testing/gtest", |
] |
+ |
+ if (is_android) { |
+ shard_timeout = 180 |
+ } |
} |
_package_dir = "$root_out_dir/cronet" |