mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Allow mac WPT jobs to run longer than 60 minutes
This commit is contained in:
parent
155fad62b3
commit
facfa6a417
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes,
|
|||
.with_curl_artifact_script(build_task, "target.tar.gz")
|
||||
.with_script("tar -xzf target.tar.gz")
|
||||
.with_index_and_artifacts_expire_in(log_artifacts_expire_in)
|
||||
.with_max_run_time_minutes(60)
|
||||
.with_max_run_time_minutes(90)
|
||||
.with_env(
|
||||
TOTAL_CHUNKS=str(total_chunks),
|
||||
THIS_CHUNK=str(this_chunk),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue