We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63cf71 commit 7455365Copy full SHA for 7455365
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 = 100
+ iterations = 1000
366
367
# The project root is the parent of the tests directory
368
project_root = os.path.dirname(utils.TESTS_DIR)
0 commit comments