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

Unified Diff: dashboard/dashboard/pinpoint/models/quest/run_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 | « no previous file | dashboard/dashboard/pinpoint/models/quest/run_test_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/pinpoint/models/quest/run_test.py
diff --git a/dashboard/dashboard/pinpoint/models/quest/run_test.py b/dashboard/dashboard/pinpoint/models/quest/run_test.py
index 3a4b90c2a3f80f75123a1c76aeccba43ed31adb0..9348fd390202dfaccc0b73fbb8c1d53a3ed3ff5c 100644
--- a/dashboard/dashboard/pinpoint/models/quest/run_test.py
+++ b/dashboard/dashboard/pinpoint/models/quest/run_test.py
@@ -143,12 +143,12 @@ class _RunTestExecution(execution_module.Execution):
'name': 'Pinpoint job',
'user': 'Pinpoint',
'priority': '100',
- 'expiration_secs': '600',
+ 'expiration_secs': '36000', # 10 hours.
'properties': {
'inputs_ref': {'isolated': self._isolate_hash},
'extra_args': self._extra_args,
'dimensions': dimensions,
- 'execution_timeout_secs': '3600',
+ 'execution_timeout_secs': '7200', # 2 hours.
'io_timeout_secs': '3600',
},
}
« no previous file with comments | « no previous file | dashboard/dashboard/pinpoint/models/quest/run_test_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698