diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go index 3064ca88dd..4512c5e1d3 100644 --- a/infra/bots/gen_tasks.go +++ b/infra/bots/gen_tasks.go @@ -973,7 +973,7 @@ func androidFrameworkCompile(b *specs.TasksCfgBuilder, name string) string { // should add as a dependency. func g3FrameworkCompile(b *specs.TasksCfgBuilder, name string) string { task := kitchenTask(name, "g3_compile", "swarm_recipe.isolate", SERVICE_ACCOUNT_COMPILE, linuxGceDimensions(MACHINE_TYPE_SMALL), nil, OUTPUT_NONE) - timeout(task, time.Hour) + timeout(task, 3*time.Hour) b.MustAddTask(name, task) return name } diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json index 13c30fd9a6..d3ebb5c4cc 100755 --- a/infra/bots/tasks.json +++ b/infra/bots/tasks.json @@ -3505,11 +3505,11 @@ "cache/vpython" ] }, - "execution_timeout_ns": 3600000000000, + "execution_timeout_ns": 10800000000000, "extra_tags": { "log_location": "logdog://logs.chromium.org/skia/<(TASK_ID)/+/annotations" }, - "io_timeout_ns": 3600000000000, + "io_timeout_ns": 10800000000000, "isolate": "swarm_recipe.isolate", "max_attempts": 2, "service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"