feat: longer time limit for teapot upload
All checks were successful
build / build (push) Successful in 2m26s

This commit is contained in:
张泊明518370910136 2025-03-21 17:50:05 -04:00
parent 2c78d75e07
commit 81e08b4a8c
GPG Key ID: D47306D7062CDA9D
2 changed files with 4 additions and 2 deletions

View File

@ -25,6 +25,8 @@ def get_teapot_stage(repo_conf: repo.Config) -> result.StageDetail:
default=result.Cmd(
args=args,
env=[f"LOG_FILE_PATH={TEAPOT_LOG_PATH}"],
cpu_limit=common.Time("30s"),
clock_limit=common.Time("60s"),
),
cases=[],
),

View File

@ -806,8 +806,8 @@
"max": 33554432,
"pipe": true
},
"cpuLimit": 1000000000,
"clockLimit": 2000000000,
"cpuLimit": 30000000000,
"clockLimit": 60000000000,
"memoryLimit": 134217728,
"stackLimit": 0,
"procLimit": 50,