修改超时时间

This commit is contained in:
lxk0301
2021-05-27 18:39:00 +08:00
parent b0a9169d0a
commit c0f54cf090

View File

@@ -77,7 +77,7 @@ def node(update, context):
try:
out_bytes = subprocess.check_output(
cmd, shell=True, timeout=600, stderr=subprocess.STDOUT)
cmd, shell=True, timeout=3600, stderr=subprocess.STDOUT)
out_text = out_bytes.decode('utf-8')