mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Servo may take a while to build
This commit is contained in:
parent
aa94e436b5
commit
12442d43ee
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def main():
|
||||||
task_name="servo build task",
|
task_name="servo build task",
|
||||||
command="./servo-build-task.sh",
|
command="./servo-build-task.sh",
|
||||||
dockerfile=dockerfile("servo-x86_64-linux"),
|
dockerfile=dockerfile("servo-x86_64-linux"),
|
||||||
max_run_time_minutes=60,
|
max_run_time_minutes=3 * 60,
|
||||||
scopes=CARGO_CACHE_SCOPES,
|
scopes=CARGO_CACHE_SCOPES,
|
||||||
cache=CARGO_CACHE,
|
cache=CARGO_CACHE,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue