Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: components/cronet/android/BUILD.gn

Issue 1874393002: 🏆 Allow Android test wrapper scripts to specify their timeouts in GN/GYP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/cronet.gypi ('k') | net/BUILD.gn » ('j') | net/net.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « components/cronet.gypi ('k') | net/BUILD.gn » ('j') | net/net.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698