Give RecreateSKPs 8h RecreateSKPs currently times out after 6h, but the "Build Chrome" step is taking just shy of 6h by itself. As a result, the job is consistently timing out shortly before finishing. Give the job an extra two hours to complete. Change-Id: I036b9562f530186de8188a778ae03e657023f400 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/938298 Reviewed-by: Eric Boren <borenet@google.com>
diff --git a/infra/bots/gen_tasks_logic/gen_tasks_logic.go b/infra/bots/gen_tasks_logic/gen_tasks_logic.go index e1dd678..81bbc24 100644 --- a/infra/bots/gen_tasks_logic/gen_tasks_logic.go +++ b/infra/bots/gen_tasks_logic/gen_tasks_logic.go
@@ -1409,7 +1409,7 @@ ) b.usesGo() b.cache(CACHES_WORKDIR...) - b.timeout(6 * time.Hour) + b.timeout(8 * time.Hour) b.usesPython() b.attempts(2) })
diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json index 8a647d7..3caace9 100644 --- a/infra/bots/tasks.json +++ b/infra/bots/tasks.json
@@ -29139,8 +29139,8 @@ "cache/vpython3" ] }, - "execution_timeout_ns": 21600000000000, - "io_timeout_ns": 21600000000000, + "execution_timeout_ns": 28800000000000, + "io_timeout_ns": 28800000000000, "max_attempts": 2, "service_account": "skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com" }, @@ -30062,8 +30062,8 @@ "cache/vpython3" ] }, - "execution_timeout_ns": 21600000000000, - "io_timeout_ns": 21600000000000, + "execution_timeout_ns": 28800000000000, + "io_timeout_ns": 28800000000000, "max_attempts": 2, "service_account": "skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com" },