feat: longer time limit for teapot upload
All checks were successful
build / build (push) Successful in 2m26s
All checks were successful
build / build (push) Successful in 2m26s
This commit is contained in:
parent
2c78d75e07
commit
81e08b4a8c
|
@ -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=[],
|
||||
),
|
||||
|
|
|
@ -806,8 +806,8 @@
|
|||
"max": 33554432,
|
||||
"pipe": true
|
||||
},
|
||||
"cpuLimit": 1000000000,
|
||||
"clockLimit": 2000000000,
|
||||
"cpuLimit": 30000000000,
|
||||
"clockLimit": 60000000000,
|
||||
"memoryLimit": 134217728,
|
||||
"stackLimit": 0,
|
||||
"procLimit": 50,
|
||||
|
|
Loading…
Reference in New Issue
Block a user