Skip to content
Snippets Groups Projects
Commit 3b09bb3c authored by MJB's avatar MJB
Browse files

mongo wait time for inputs test

parent 4874d05b
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ def influxdb(telegraf_agent_config, request):
db = InfluxDBClient(host=telegraf_agent_config['hosts'][0]['ip_address'], port=8086, database=request.param['database'], timeout=10)
db.drop_database(request.param['database'])
# wait 10 seconds for the 1st measurement to arrive from agents before returning
time.sleep(15)
# wait 20 seconds for the 1st measurement to arrive from agents before returning
time.sleep(30)
return db
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment