aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-11-29 09:44:44 -0500
committerGitHub <noreply@github.com>2019-11-29 09:44:44 -0500
commit1936fb6637730b5b8769cce70f4cd256f8ce2cee (patch)
tree80632fff5e26450afc8a96a9c465c1160b8fed18
parentf9c69e84a9301f2bb84a5d525609aa1db1c43691 (diff)
downloadservo-1936fb6637730b5b8769cce70f4cd256f8ce2cee.tar.gz
servo-1936fb6637730b5b8769cce70f4cd256f8ce2cee.zip
Extend WPT update job timeout.
-rw-r--r--etc/taskcluster/decision_task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py
index 12f23734464..c9d7c4502b9 100644
--- a/etc/taskcluster/decision_task.py
+++ b/etc/taskcluster/decision_task.py
@@ -587,7 +587,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(6 * 60)
+ .with_max_run_time_minutes(8 * 60)
# Not using the bundle, pushing the new changes to the git remote requires a full repo.
.with_repo(alternate_object_dir="/var/cache/servo.git/objects")
)