From 6789b63131eb36532a0be0aa7a376c1683037afa Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Thu, 3 Mar 2016 15:02:07 +0000
Subject: [PATCH] Use different PORT_BASE

---
 jenkins-sqlite.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins-sqlite.sh b/jenkins-sqlite.sh
index 1e5a1dbaea..20209cf7b6 100755
--- a/jenkins-sqlite.sh
+++ b/jenkins-sqlite.sh
@@ -45,7 +45,7 @@ export PERL5LIB PERL_MB_OPT PERL_MM_OPT
 
 ./install-deps.pl
 
-: ${PORT_BASE:=8000}
+: ${PORT_BASE:=9000}
 
 echo >&2 "Running sytest with SQLite3";
 ./run-tests.pl --coverage -O tap --synapse-directory $WORKSPACE \
-- 
GitLab