mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Slightly increase timeout for linux tidy+unit task.
This commit is contained in:
parent
95614f57f1
commit
1c379c8728
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ def linux_tidy_unit():
|
|||
return (
|
||||
linux_build_task("Tidy + dev build + unit tests")
|
||||
.with_treeherder("Linux x64", "Tidy+Unit")
|
||||
.with_max_run_time_minutes(75)
|
||||
.with_script("""
|
||||
./mach test-tidy --no-progress --all
|
||||
python3 ./mach test-tidy --no-progress --all --no-wpt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue