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

Unified Diff: testing/buildbot/chromium.android.json

Issue 1996013003: [Android] Raise more shard timeouts on Lollipop Low-End Tester. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « build/android/pylib/gtest/gtest_test_instance.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.android.json
diff --git a/testing/buildbot/chromium.android.json b/testing/buildbot/chromium.android.json
index fdeae402cf2484ff815cb56cae0a8759c0384387..365accf3c4b712bf8a59a2f4d3324d2de0fc4dcd 100644
--- a/testing/buildbot/chromium.android.json
+++ b/testing/buildbot/chromium.android.json
@@ -1158,6 +1158,10 @@
"test": "components_unittests"
},
{
+ "args": [
+ "--shard-timeout",
+ "600"
+ ],
"test": "content_browsertests"
},
{
@@ -1184,7 +1188,7 @@
{
"args": [
"--shard-timeout",
- "240"
+ "600"
],
"test": "ipc_tests"
},
« no previous file with comments | « build/android/pylib/gtest/gtest_test_instance.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698