Changed default port for testing es to 9400

This commit is contained in:
Spencer Alger
2014-01-17 10:56:53 -07:00
parent d35f3d0916
commit af57b9e49e
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ var defaults = {
clusterName: 'yaml-test-runner',
dataPath: '/tmp/yaml-test-runner',
host: 'localhost',
port: '9200'
port: '9400'
};
if (process.browser) {