From 1b86ae427442cb15986c7fa26212615a2b242db6 Mon Sep 17 00:00:00 2001 From: Adrian Chang Date: Thu, 4 Apr 2024 20:49:33 -0700 Subject: [PATCH] self rate limit tests --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index b5fa5c0ef..08eaf068f 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] pythonpath = . -addopts = -rP -vvv --reruns 2 --reruns-delay 10 --durations=20 -n 32 +addopts = -rP -vvv --reruns 2 --reruns-delay 10 --durations=20 -n 10 markers = slow: marks tests as slow (deselect with '-m "not slow"')