Try to reduce instances of intermittent failures in nightly sync.

This commit is contained in:
Josh Matthews 2018-02-09 10:26:35 -05:00 committed by GitHub
parent f8ac623047
commit 298f70711c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ function cleanup() {
# Build Servo and run the full WPT testsuite, saving the results to a log file.
function unsafe_run_tests() {
# 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
}