Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index f216936..a82b1f8 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -88,7 +88,7 @@ class Test(unittest.TestCase):
node.files_root.value = None
node.sync_layers.value = None
node.stats_root.value = tmpdir + '/stats'
- node.port.value = 8880
+ node.port.value = 8888
db.index_write_queue.value = 10
client.local_root.value = tmpdir
client.api_url.value = 'http://127.0.0.1:8888'