We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5557174 commit 8fe58ddCopy full SHA for 8fe58dd
1 file changed
tests/__init__.py
@@ -63,7 +63,7 @@
63
# PyPy widens that further with JIT warmup. The 75ms budget that works on
64
# IPv4 loopback is too tight for the V6Only path under those conditions
65
# — give it more headroom.
66
-IPV6_LOOPBACK_FIND_TIMEOUT = 1.0 if _IS_PYPY else 0.5
+IPV6_LOOPBACK_FIND_TIMEOUT = 0.5
67
68
69
class QuestionHistoryWithoutSuppression(QuestionHistory):
0 commit comments