We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129243a commit 4503de6Copy full SHA for 4503de6
1 file changed
tests/test_updater_ng.py
@@ -362,7 +362,7 @@ def test_parallel_updaters(self) -> None:
362
# Refresh two updaters in parallel many times, using the same local metadata cache.
363
# This should reveal race conditions.
364
365
- iterations = 1000
+ iterations = 20
366
367
# The project root is the parent of the tests directory
368
project_root = os.path.dirname(utils.TESTS_DIR)
0 commit comments