Increase timeout for G3 framework bot

NoTry: true
Bug: skia:
Change-Id: Ib30cf32f1ae58be69803decd90be548dd069a5b9
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/220218
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
This commit is contained in:
Ravi Mistry 2019-06-11 18:39:12 +00:00 committed by Skia Commit-Bot
parent 613ad38b10
commit 1e81d788eb
2 changed files with 3 additions and 3 deletions

View File

@ -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
}

View File

@ -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"