mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Auto merge of #20006 - servo:jdm-patch-16, r=emilio
Try to reduce instances of intermittent failures in wpt sync. Making the job take longer in favour of reducing the variability of test results makes sense to me. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20006) <!-- Reviewable:end -->
This commit is contained in:
commit
1d8e78720b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ function cleanup() {
|
||||||
# Build Servo and run the full WPT testsuite, saving the results to a log file.
|
# Build Servo and run the full WPT testsuite, saving the results to a log file.
|
||||||
function unsafe_run_tests() {
|
function unsafe_run_tests() {
|
||||||
# Run the full testsuite and record the new test results.
|
# Run the full testsuite and record the new test results.
|
||||||
./mach test-wpt --release --processes 12 --log-raw "${1}" \
|
./mach test-wpt --release --processes 6 --log-raw "${1}" \
|
||||||
--always-succeed || return 1
|
--always-succeed || return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue