diff options
author | Erik Johnston <erikj@jki.re> | 2016-08-02 13:59:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-02 13:59:47 +0100 |
commit | 342e072024bc35be5026ce0cf8242ba5c3a2fba7 (patch) | |
tree | 3d9f1e26d6dfb28cb873494667c80038fa21e136 /jenkins-postgres.sh | |
parent | Merge pull request #968 from matrix-org/dbkr/fix_add_email_on_register (diff) | |
parent | Change default jenkins port base and count (diff) | |
download | synapse-342e072024bc35be5026ce0cf8242ba5c3a2fba7.tar.xz |
Merge pull request #967 from matrix-org/erikj/fed_reader
Split out the federation reading portions into a separate.
Diffstat (limited to 'jenkins-postgres.sh')
-rwxr-xr-x | jenkins-postgres.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jenkins-postgres.sh b/jenkins-postgres.sh index 2f0768fcb7..7a43df0d58 100755 --- a/jenkins-postgres.sh +++ b/jenkins-postgres.sh @@ -43,8 +43,8 @@ cd sytest git checkout "${GIT_BRANCH}" || (echo >&2 "No ref ${GIT_BRANCH} found, falling back to develop" ; git checkout develop) -: ${PORT_BASE:=8000} -: ${PORT_COUNT=20} +: ${PORT_BASE:=20000} +: ${PORT_COUNT=100} ./jenkins/prep_sytest_for_postgres.sh |