This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch decouple_offline_hash_strength_from_online
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 0001ea38f8c85da5c6879f096ec2a3691553170c
Author: Robert Newson <rnew...@apache.org>
AuthorDate: Fri Nov 3 18:06:39 2023 +0000

    update Makefile.win to match
---
 Makefile.win | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.win b/Makefile.win
index 817fbccb3..133dd4a96 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -89,7 +89,7 @@ DIALYZE_OPTS=$(shell powershell -command "('apps=${apps} 
skip_deps=${skip_deps}
 
 EXUNIT_OPTS=$(subst $(comma),$(space),$(tests))
 
-TEST_OPTS="-c startup_jitter=0 -c default_security=admin_local"
+TEST_OPTS="-c startup_jitter=0 -c default_security=admin_local -c iterations=9"
 
 
################################################################################
 # Main commands
@@ -528,7 +528,7 @@ nouveau-test-elixir: export MIX_ENV=integration
 nouveau-test-elixir: elixir-init devclean
 nouveau-test-elixir: couch nouveau
 ifeq ($(with_nouveau), 1)
-       @dev\run -n 1 -q -a adm:pass --with-nouveau \
+       @dev\run "$(TEST_OPTS)" -n 1 -q -a adm:pass --with-nouveau \
                --locald-config test/elixir/test/config/test-config.ini \
                --no-eval 'mix test --trace --include 
test/elixir/test/config/nouveau.elixir'
 endif

Reply via email to