Extend nightly WPT update timeout by an hour.

This commit is contained in:
Josh Matthews 2019-09-23 11:19:43 -04:00 committed by GitHub
parent 4fe8238b14
commit 555a60753c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -558,7 +558,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(5 * 60) .with_max_run_time_minutes(6 * 60)
) )
return ( return (
with_homebrew(update_task, [ with_homebrew(update_task, [