Skip to content

Commit 27d1223

Browse files
committed
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
1 parent f7a711d commit 27d1223

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)