Skip to content

Commit

Permalink
Extend WPT update job timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Nov 29, 2019
1 parent f9c69e8 commit 1936fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/taskcluster/decision_task.py
Expand Up @@ -587,7 +587,7 @@ def update_wpt():
.with_features("taskclusterProxy") .with_features("taskclusterProxy")
.with_scopes("secrets:get:project/servo/wpt-sync") .with_scopes("secrets:get:project/servo/wpt-sync")
.with_index_and_artifacts_expire_in(log_artifacts_expire_in) .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. # 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") .with_repo(alternate_object_dir="/var/cache/servo.git/objects")
) )
Expand Down

0 comments on commit 1936fb6

Please sign in to comment.