Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: timeout can be specified as a float #384

Merged
merged 2 commits into from
Dec 14, 2021
Merged

fix: timeout can be specified as a float #384

merged 2 commits into from
Dec 14, 2021

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Dec 14, 2021

Closes #383

Proposed Changes

Timeout can be specified as a float.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • pytest tests completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@bednar bednar requested a review from rhajek December 14, 2021 09:58
@bednar bednar marked this pull request as ready for review December 14, 2021 09:58
@codecov-commenter
Copy link

codecov-commenter commented Dec 14, 2021

Codecov Report

Merging #384 (0890cba) into master (0ebe302) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #384   +/-   ##
=======================================
  Coverage   92.90%   92.90%           
=======================================
  Files          28       28           
  Lines        2395     2395           
=======================================
  Hits         2225     2225           
  Misses        170      170           
Impacted Files Coverage Δ
influxdb_client/rest.py 85.18% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0ebe302...0890cba. Read the comment docs.

@bednar bednar merged commit 554e8a0 into master Dec 14, 2021
@bednar bednar deleted the fix/timeout branch December 14, 2021 13:14
@bednar bednar added this to the 1.25.0 milestone Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timeout cannot be specify as a float
3 participants