From 8a4f254a2165c347515d491abe5bde946c866bc6 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 18 Jun 2022 22:01:36 +0200 Subject: [PATCH] Reduce parallelism on other servers as well --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 201d2da..6216218 100644 --- a/Makefile +++ b/Makefile @@ -181,28 +181,28 @@ ircu2: $(PYTEST) $(PYTEST_ARGS) \ --controller=irctest.controllers.ircu2 \ -m 'not services and not IRCv3' \ - -n 10 \ + -n 4 \ -k '$(IRCU2_SELECTORS)' nefarious: $(PYTEST) $(PYTEST_ARGS) \ --controller=irctest.controllers.nefarious \ -m 'not services' \ - -n 10 \ + -n 4 \ -k '$(NEFARIOUS_SELECTORS)' snircd: $(PYTEST) $(PYTEST_ARGS) \ --controller=irctest.controllers.snircd \ -m 'not services and not IRCv3' \ - -n 10 \ + -n 4 \ -k '$(SNIRCD_SELECTORS)' irc2: $(PYTEST) $(PYTEST_ARGS) \ --controller=irctest.controllers.irc2 \ -m 'not services and not IRCv3' \ - -n 10 \ + -n 4 \ -k '$(IRC2_SELECTORS)' limnoria: @@ -225,7 +225,7 @@ ngircd: $(PYTEST) $(PYTEST_ARGS) \ --controller irctest.controllers.ngircd \ -m 'not services' \ - -n 10 \ + -n 4 \ -k "$(NGIRCD_SELECTORS)" ngircd-anope: