mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #24929 - servo:jdm-patch-31, r=SimonSapin
Extend WPT update job timeout. https://community-tc.services.mozilla.com/tasks/HIGiBAoHQQ-iiw0q-oYX0Q was a job on a machine with no stale processes and no clear problems running the tests. It does include an upstream change that causes a bunch of CSS interpolation tests to start running, so I think we're just hitting the timeout naturally again.
This commit is contained in:
commit
b945afe223
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue