Skip to content

Commit 8fe58dd

Browse files
authored
Apply suggestion from @bdraco
1 parent 5557174 commit 8fe58dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# PyPy widens that further with JIT warmup. The 75ms budget that works on
6464
# IPv4 loopback is too tight for the V6Only path under those conditions
6565
# — give it more headroom.
66-
IPV6_LOOPBACK_FIND_TIMEOUT = 1.0 if _IS_PYPY else 0.5
66+
IPV6_LOOPBACK_FIND_TIMEOUT = 0.5
6767

6868

6969
class QuestionHistoryWithoutSuppression(QuestionHistory):

0 commit comments

Comments
 (0)