增加 Drone 命令超时时间到30分钟
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kuzma
2026-02-01 00:01:48 +08:00
parent 704670df6d
commit d0584ab48c

View File

@@ -18,7 +18,7 @@ steps:
password:
from_secret: server_password
port: 22
command_timeout: 10m
command_timeout: 30m
envs:
- gitea_password
- mysql_root_password
@@ -79,7 +79,7 @@ steps:
password:
from_secret: server_password
port: 22
command_timeout: 10m
command_timeout: 30m
envs:
- gitea_password
- mysql_root_password