Skip to content

Commit c40b232

Browse files
authored
Merge pull request #500 from cloudant/couchdb-3324-windows-makefile-fix
Disabling replication startup jitter in Windows makefile
2 parents f7a711d + 27d1223 commit c40b232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ else
100100
@copy test\javascript\tests\lorem*.txt src\fauxton\dist\release\test
101101
endif
102102
-@rmdir /s/q dev\lib
103-
@python dev\run -n 1 -q --with-admin-party-please python test\javascript\run $(suites)
103+
@python dev\run -n 1 -q --with-admin-party-please -c startup_jitter=0 python test\javascript\run $(suites)
104104

105105

106106
.PHONY: check-qs

0 commit comments

Comments
 (0)