From 27d1223cfbe6740b22a426d98344d806c5314ed2 Mon Sep 17 00:00:00 2001 From: Nick Vatamaniuc Date: Fri, 28 Apr 2017 21:34:55 -0400 Subject: Disabling replication startup jitter in Windows makefile A similar change has already been made to *nix Makefile already. This is for the Javascript integration test suite to not timeout when running in Travis. We don't run Windows tests in Travis but this should speed things a bit, and it's nice to keep both in sync. Jira: COUCHDB-3324 --- Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.win b/Makefile.win index b128bf2bb..e91b19f16 100644 --- a/Makefile.win +++ b/Makefile.win @@ -100,7 +100,7 @@ else @copy test\javascript\tests\lorem*.txt src\fauxton\dist\release\test endif -@rmdir /s/q dev\lib - @python dev\run -n 1 -q --with-admin-party-please python test\javascript\run $(suites) + @python dev\run -n 1 -q --with-admin-party-please -c startup_jitter=0 python test\javascript\run $(suites) .PHONY: check-qs -- cgit v1.2.1