Skip to content

Commit

Permalink
dashboard: set GO_TEST_TIMEOUT_SCALE for linux-s390x-ibm builder
Browse files Browse the repository at this point in the history
This tries to address intermittent test failures by setting
the GO_TEST_TIMEOUT_SCALE=5 for this builder.

Fixes golang/go#60413.

Change-Id: Ib6323b0f2387152986e33796568e5fd2920dd859
Reviewed-on: https://go-review.googlesource.com/c/build/+/523895
Auto-Submit: Dmitri Shuralyov <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Run-TryBot: Dmitri Shuralyov <[email protected]>
Reviewed-by: Heschi Kreinick <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
  • Loading branch information
srinivas-pokala authored and gopherbot committed Aug 31, 2023
1 parent 97bb9f5 commit 5d89b9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -3087,6 +3087,7 @@ func init() {
HostType: "host-linux-s390x",
numTestHelpers: 0,
FlakyNet: true,
env: []string{"GO_TEST_TIMEOUT_SCALE=5"},
})
addBuilder(BuildConfig{
Name: "linux-s390x-ibm-race",
Expand Down

0 comments on commit 5d89b9d

Please sign in to comment.