Skip to content

Commit

Permalink
upgrade: Increase timeout for TestTenantAutoUpgrade under stress
Browse files Browse the repository at this point in the history
Test times out under stress. With updated timeout it now passes on a local
repro.

Fixes: #112158

Release note: None
  • Loading branch information
ajstorm committed Oct 17, 2023
1 parent e431569 commit d59fa1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func TestTenantAutoUpgrade(t *testing.T) {
UpgradeTo roachpb.Version
}
succeedsSoon := 20 * time.Second
if util.RaceEnabled {
if util.RaceEnabled || skip.Stress() {
succeedsSoon = 60 * time.Second
}
// Wait for auto upgrade status to be received by the testing knob.
Expand Down

0 comments on commit d59fa1c

Please sign in to comment.