Slightly increase timeout for linux tidy+unit task.

This commit is contained in:
Josh Matthews 2020-01-15 09:49:47 -05:00 committed by GitHub
parent 95614f57f1
commit 1c379c8728
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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