From 298f70711c8dd401b6277c930d36823bdecdb38d Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 9 Feb 2018 10:26:35 -0500 Subject: [PATCH] Try to reduce instances of intermittent failures in nightly sync. --- etc/ci/update-wpt-checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ci/update-wpt-checkout b/etc/ci/update-wpt-checkout index d8ad9d6e5ac..d0ae5c57be0 100755 --- a/etc/ci/update-wpt-checkout +++ b/etc/ci/update-wpt-checkout @@ -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 }