We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71030c6 commit 12937cdCopy full SHA for 12937cd
dashboard/builders.go
@@ -1910,6 +1910,7 @@ func init() {
1910
env: []string{
1911
"GO_TEST_TIMEOUT_SCALE=5", // Inherited from the longtest builder.
1912
},
1913
+ numTryTestHelpers: 4, // Target time is < 15 min for go.dev/issue/56907.
1914
})
1915
addBuilder(BuildConfig{
1916
Name: "linux-386-longtest",
@@ -2314,7 +2315,8 @@ func init() {
2314
2315
2316
"GO_TEST_TIMEOUT_SCALE=5", // give them lots of time
2317
- KnownIssues: []int{35006},
2318
+ KnownIssues: []int{35006},
2319
+ numTryTestHelpers: 4, // Target time is < 15 min for go.dev/issue/42661.
2320
2321
2322
Name: "windows-amd64-race",
0 commit comments