summaryrefslogtreecommitdiffstats
path: root/yardstick/common
diff options
context:
space:
mode:
authorAbhijit Sinha <abhijit.sinha@intel.com>2018-06-26 17:39:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-06-26 17:39:32 +0000
commit29c68ae66c99a674e83f37dfcf862d41ed800f36 (patch)
tree5553b5341fc809978604ecf6e5835bae6fbbc446 /yardstick/common
parent01628b168c1b718760dc9e74b811233b99c23ca2 (diff)
parent2e447af9a5a54355aa20028813660d07d1bd2e18 (diff)
Merge "Addition of Configurable Sampling and Configurable Confirmation Retry"
Diffstat (limited to 'yardstick/common')
-rw-r--r--yardstick/common/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yardstick/common/constants.py b/yardstick/common/constants.py
index f6e4ab7e9..1ebd32509 100644
--- a/yardstick/common/constants.py
+++ b/yardstick/common/constants.py
@@ -119,6 +119,7 @@ INFLUXDB_DB_NAME = get_param('influxdb.db_name', 'yardstick')
INFLUXDB_IMAGE = get_param('influxdb.image', 'tutum/influxdb')
INFLUXDB_TAG = get_param('influxdb.tag', '0.13')
INFLUXDB_DASHBOARD_PORT = 8083
+QUEUE_PUT_TIMEOUT = 10
# grafana
GRAFANA_IP = get_param('grafana.ip', SERVER_IP)