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

Unified Diff: dashboard/dashboard/pinpoint/models/quest/run_test_test.py

Issue 3001853002: [pinpoint] Increase the Swarming execution timeout. (Closed)
Patch Set: [pinpoint] Increase the Swarming execution timeout. Created 3 years, 4 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 | « dashboard/dashboard/pinpoint/models/quest/run_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/pinpoint/models/quest/run_test_test.py
diff --git a/dashboard/dashboard/pinpoint/models/quest/run_test_test.py b/dashboard/dashboard/pinpoint/models/quest/run_test_test.py
index ba223150c1a4d97169dfb68d932020f05643edb9..d39ad63355a9951bc99c530a04ecadda448731de 100644
--- a/dashboard/dashboard/pinpoint/models/quest/run_test_test.py
+++ b/dashboard/dashboard/pinpoint/models/quest/run_test_test.py
@@ -32,13 +32,13 @@ class _RunTestTest(unittest.TestCase):
'name': 'Pinpoint job',
'user': 'Pinpoint',
'priority': '100',
- 'expiration_secs': '600',
+ 'expiration_secs': '36000',
'properties': {
'inputs_ref': {'isolated': 'input isolate hash'},
'extra_args': _SWARMING_EXTRA_ARGS,
'dimensions': [{'key': 'pool', 'value': 'Chrome-perf-pinpoint'}] +
_SWARMING_DIMENSIONS,
- 'execution_timeout_secs': '3600',
+ 'execution_timeout_secs': '7200',
'io_timeout_secs': '3600',
},
}
@@ -49,7 +49,7 @@ class _RunTestTest(unittest.TestCase):
'name': 'Pinpoint job',
'user': 'Pinpoint',
'priority': '100',
- 'expiration_secs': '600',
+ 'expiration_secs': '36000',
'properties': {
'inputs_ref': {'isolated': 'input isolate hash'},
'extra_args': _SWARMING_EXTRA_ARGS,
@@ -57,7 +57,7 @@ class _RunTestTest(unittest.TestCase):
{'key': 'pool', 'value': 'Chrome-perf-pinpoint'},
{'key': 'id', 'value': 'bot id'},
],
- 'execution_timeout_secs': '3600',
+ 'execution_timeout_secs': '7200',
'io_timeout_secs': '3600',
},
}
« no previous file with comments | « dashboard/dashboard/pinpoint/models/quest/run_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698