Skip to content

Commit 7455365

Browse files
committed
TESTING
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent b63cf71 commit 7455365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_updater_ng.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def test_parallel_updaters(self) -> None:
362362
# Refresh two updaters in parallel many times, using the same local metadata cache.
363363
# This should reveal race conditions.
364364

365-
iterations = 100
365+
iterations = 1000
366366

367367
# The project root is the parent of the tests directory
368368
project_root = os.path.dirname(utils.TESTS_DIR)

0 commit comments

Comments
 (0)