Skip to content

Commit

Permalink
Revert "Decrease MaxElapsedTime for retry backoff in tests (#337)" (#341
Browse files Browse the repository at this point in the history
)

This reverts commit 4a3d6e7.
This commit has made our CI flakey, and we do not need to enable this
test internally in g3.
  • Loading branch information
alexmwu authored Jul 27, 2023
1 parent 710e41a commit bf3ecd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/container_runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func testRetryPolicyThreeTimes() *backoff.ExponentialBackOff {
expBack.RandomizationFactor = 0
expBack.Multiplier = 1.5
expBack.MaxInterval = 1 * time.Second
expBack.MaxElapsedTime = 1251 * time.Millisecond
expBack.MaxElapsedTime = 2249 * time.Millisecond
return expBack
}

Expand Down

0 comments on commit bf3ecd5

Please sign in to comment.