summaryrefslogtreecommitdiff
path: root/tests/http
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-30 12:38:12 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-30 12:38:12 -0700
commitb845dd1b88b966c7931524721d8369e6db240ed7 (patch)
tree045f5edd565ea2d9f4497bf473ca824cdf45f365 /tests/http
parentb6725c44150af306130d38a2875ab31a640607c8 (diff)
downloadinfinitytier-b845dd1b88b966c7931524721d8369e6db240ed7.tar.gz
infinitytier-b845dd1b88b966c7931524721d8369e6db240ed7.zip
Set contact IP for real test.
Diffstat (limited to 'tests/http')
-rw-r--r--tests/http/agent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/agent.js b/tests/http/agent.js
index 8a8b785e..d0c33917 100644
--- a/tests/http/agent.js
+++ b/tests/http/agent.js
@@ -10,7 +10,7 @@ var TEST_DURATION = (30 * 1000);
var TEST_INTERVAL = (60 * 2 * 1000);
// Where should I contact to register and query a list of other test agents?
-var SERVER_HOST = '174.136.102.178';
+var SERVER_HOST = '104.238.141.145';
var SERVER_PORT = 18080;
// Which port should agents use for their HTTP?