Merge "Add a new test to check for duplicate IPs in an env"
diff --git a/test_set/cvp-sanity/tests/test_stacklight.py b/test_set/cvp-sanity/tests/test_stacklight.py
index 491c1ee..bd6401d 100644
--- a/test_set/cvp-sanity/tests/test_stacklight.py
+++ b/test_set/cvp-sanity/tests/test_stacklight.py
@@ -69,7 +69,7 @@
proxies = {"http": None, "https": None}
data = ('{"size": 0, "aggs": '
'{"uniq_hostname": '
- '{"terms": {"size": 500, '
+ '{"terms": {"size": 1000, '
'"field": "Hostname.keyword"}}}}')
response = requests.post(
'http://{0}:9200/log-{1}/_search?pretty'.format(IP, today),