aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cmd/dist/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go
index 756f1ddd4e..5be4bcfa65 100644
--- a/src/cmd/dist/test.go
+++ b/src/cmd/dist/test.go
@@ -308,7 +308,7 @@ func (t *tester) registerStdTest(pkg string) {
timeoutSec := 180
for _, pkg := range stdMatches {
if pkg == "cmd/go" {
- timeoutSec *= 2
+ timeoutSec *= 3
break
}
}