diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-09-23 11:19:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-23 11:19:43 -0400 |
commit | 555a60753c3a14380bce03c75713b81ff08a0805 (patch) | |
tree | 484841e420846af5a0c22d1c03bd2595b72e2636 /etc/taskcluster/decision_task.py | |
parent | 4fe8238b14d535f7ca94a36effda06624b73ecbe (diff) | |
download | servo-555a60753c3a14380bce03c75713b81ff08a0805.tar.gz servo-555a60753c3a14380bce03c75713b81ff08a0805.zip |
Extend nightly WPT update timeout by an hour.
Diffstat (limited to 'etc/taskcluster/decision_task.py')
-rw-r--r-- | etc/taskcluster/decision_task.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 3da9c8a5ba4..addb0ebeccf 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -558,7 +558,7 @@ def update_wpt(): .with_features("taskclusterProxy") .with_scopes("secrets:get:project/servo/wpt-sync") .with_index_and_artifacts_expire_in(log_artifacts_expire_in) - .with_max_run_time_minutes(5 * 60) + .with_max_run_time_minutes(6 * 60) ) return ( with_homebrew(update_task, [ |