summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <nickva@users.noreply.github.com>2017-04-29 00:31:24 -0400
committerGitHub <noreply@github.com>2017-04-29 00:31:24 -0400
commitc40b232157e275056c5c949d90e0ae185345c6f3 (patch)
tree807b3c07b388159494f476aaf2bba26df1136543
parentf7a711d697cd4d9978873bb1846af114458202be (diff)
parent27d1223cfbe6740b22a426d98344d806c5314ed2 (diff)
downloadcouchdb-c40b232157e275056c5c949d90e0ae185345c6f3.tar.gz
Merge pull request #500 from cloudant/couchdb-3324-windows-makefile-fix
Disabling replication startup jitter in Windows makefile
-rw-r--r--Makefile.win2
1 files changed, 1 insertions, 1 deletions
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