diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-06 11:55:06 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-06 11:55:06 -0800 |
commit | badec136fcea0fe89b9630470311afaadcfb6cf0 (patch) | |
tree | 20d166e0237c57e1ee04ed58271c9ad3b7107fc3 /tests | |
parent | 8ea5f424fd2defa255760cc5d2b55b49c1e85159 (diff) | |
download | infinitytier-badec136fcea0fe89b9630470311afaadcfb6cf0.tar.gz infinitytier-badec136fcea0fe89b9630470311afaadcfb6cf0.zip |
New agent master IP.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/http/agent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/agent.js b/tests/http/agent.js index 4c0eea91..8dec82d8 100644 --- a/tests/http/agent.js +++ b/tests/http/agent.js @@ -10,7 +10,7 @@ var TEST_INTERVAL_MAX = (60000 * 10); var TEST_TIMEOUT = 60000; // Where should I get other agents' IDs and POST results? -var SERVER_HOST = '52.23.172.206'; +var SERVER_HOST = '52.32.186.221'; var SERVER_PORT = 18080; // Which port do agents use to serve up test data to each other? |