Commit 129b2bb1 authored by Andrew Gerrand's avatar Andrew Gerrand

misc/dashboard/builder: increase default command timeout

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6499127
parent f005fedf
......@@ -55,7 +55,7 @@ var (
failAll = flag.Bool("fail", false, "fail all builds")
parallel = flag.Bool("parallel", false, "Build multiple targets in parallel")
buildTimeout = flag.Duration("buildTimeout", 60*time.Minute, "Maximum time to wait for builds and tests")
cmdTimeout = flag.Duration("cmdTimeout", 2*time.Minute, "Maximum time to wait for an external command")
cmdTimeout = flag.Duration("cmdTimeout", 5*time.Minute, "Maximum time to wait for an external command")
verbose = flag.Bool("v", false, "verbose")
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment