We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6409740 commit ac7b6ceCopy full SHA for ac7b6ce
uchecker.py
@@ -75,7 +75,7 @@ def normalize(data, encoding='utf-8'):
75
76
def check_output_with_timeout(*args, **kwargs):
77
"""Enhanced check_output with timeout support for Python 2/3."""
78
- timeout = kwargs.pop('timeout', 30)
+ timeout = kwargs.pop('timeout', PROC_TIMEOUT)
79
80
try:
81
import signal
0 commit comments