mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Extend nightly WPT update timeout by an hour.
This commit is contained in:
parent
4fe8238b14
commit
555a60753c
1 changed files with 1 additions and 1 deletions
|
@ -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, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue