Skip to content

Speed up queue test by using a zero timeout#1711

Merged
sethmlarson merged 1 commit intourllib3:masterfrom
pquentin:queue-timeout
Oct 29, 2019
Merged

Speed up queue test by using a zero timeout#1711
sethmlarson merged 1 commit intourllib3:masterfrom
pquentin:queue-timeout

Conversation

@pquentin
Copy link
Copy Markdown
Member

Queue.get() accepts any non-negative number, so 0 works. It's also not
arbitrary like 1 was, and the test suite now takes one less second to
run!

I've workon on this as part of #1706

Queue.get() accepts any non-negative number, so 0 works. It's also not
arbitrary like 1 was, and the test suite now takes one less second to
run!
@codecov-io
Copy link
Copy Markdown

codecov-io commented Oct 28, 2019

Codecov Report

Merging #1711 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1711   +/-   ##
=======================================
  Coverage   99.65%   99.65%           
=======================================
  Files          22       22           
  Lines        2006     2006           
=======================================
  Hits         1999     1999           
  Misses          7        7

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 79e81f9...6e46210. Read the comment docs.

@sethmlarson sethmlarson merged commit 1733719 into urllib3:master Oct 29, 2019
@pquentin pquentin deleted the queue-timeout branch October 30, 2019 06:53
Dobatymo pushed a commit to Dobatymo/urllib3 that referenced this pull request Mar 16, 2022
Queue.get() accepts any non-negative number, so 0 works. It's also not
arbitrary like 1 was, and the test suite now takes one less second to
run!
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.

3 participants