Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build: increase GO_TEST_TIMEOUT_SCALE for freebsd-amd64-race #65863

Closed
findleyr opened this issue Feb 21, 2024 · 1 comment
Closed

x/build: increase GO_TEST_TIMEOUT_SCALE for freebsd-amd64-race #65863

findleyr opened this issue Feb 21, 2024 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@findleyr
Copy link
Contributor

While discussing #65845, it came up that GO_TEST_TIMEOUT_SCALE=2 for windows-amd64-race.

Meanwhile, we're having trouble with freebsd-amd64-race timing out in #64473. For most x/tools tests, the freebsd race build is about as slow as the windows race builder, and it's much slower for tests involving significant I/O, such as many of the gopls tests.

Can we increase GO_TEST_TIMEOUT_SCALE for the freebsd builder as well? Is there something better to be done for x/repos? I'd rather increase the timeout than skip tests entirely on this builder, though I'll do the latter if necessary.

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Feb 21, 2024
@gopherbot gopherbot added this to the Unreleased milestone Feb 21, 2024
@gopherbot
Copy link

Change https://go.dev/cl/566055 mentions this issue: dashboard: increase the timeout of freebsd-amd64-race

@prattmic prattmic added the NeedsFix The path to resolution is known, but the work has not been done. label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants