Skip to content

Commit

Permalink
fix: stop scale loop for pause Scaledbject (issue kedacore#4253). inc…
Browse files Browse the repository at this point in the history
…rease test wait timeout

Signed-off-by: Tobo Atchou <tobo.atchou@gmail.com>
  • Loading branch information
tobotg committed Jun 4, 2023
1 parent 3cd55ef commit fee6e58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/internals/pause_scaling/pause_scaling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ var (
scaledObjectName = fmt.Sprintf("%s-so", testName)
maxReplicaCount = 1
minReplicaCount = 0
testScaleOutWaitMin = 3
testPauseAtNWaitMin = 3
testScaleInWaitMin = 3
testScaleOutWaitMin = 5
testPauseAtNWaitMin = 5
testScaleInWaitMin = 5
)

type templateData struct {
Expand Down

0 comments on commit fee6e58

Please sign in to comment.