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

Unified Diff: net/net.gyp

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 | « net/BUILD.gn ('k') | testing/test.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 8c51208c1573d4141ac0286b108dd9bdd5351f51..54ef856bcc804d4d1c44da17729a8c3d5dd69801 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1581,6 +1581,7 @@
'isolate_file': 'net_unittests.isolate',
'android_manifest_path': 'android/unittest_support/AndroidManifest.xml',
'resource_dir': 'android/unittest_support/res',
+ 'shard_timeout': 300,
xunjieli 2016/04/12 02:13:17 Are these numbers same as what we have on all the
xunjieli 2016/04/12 02:18:51 where does "300" come from? Why does cronet_unitte
agrieve 2016/04/12 02:33:37 Good question. Cronet & net are run here with a t
xunjieli 2016/04/12 02:40:28 I see. I remembered there was some issue with time
'conditions': [
['v8_use_external_startup_data==1', {
'asset_location': '<(PRODUCT_DIR)/net_unittests_apk/assets',
« no previous file with comments | « net/BUILD.gn ('k') | testing/test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698