Skip to content

Commit

Permalink
Changed number of inserts from 500 to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
simcax committed Oct 28, 2023
1 parent f78027c commit 4f77012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_influx.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_insert_data_in_influx():
bucket = "iconnmonseries"
iconn_reg = IConnMonnRegister(token=token, org=org, url=url, bucket=bucket)

for value in range(500):
for value in range(50):
iconn_reg.register_point(
host="127.0.0.1", ttl=64, response_time=0.101, status=True
)
Expand Down

0 comments on commit 4f77012

Please sign in to comment.