Skip to content

Commit

Permalink
fix test for augment
Browse files Browse the repository at this point in the history
  • Loading branch information
shijiesheng committed Oct 8, 2024
1 parent 8222a62 commit e05cf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/internal_worker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ func Test_augmentWorkerOptions(t *testing.T) {
MaxConcurrentDecisionTaskExecutionSize: 1000,
WorkerDecisionTasksPerSecond: 100000,
MaxConcurrentDecisionTaskPollers: 2,
MinConcurrentDecisionTaskPollers: 1,
MinConcurrentDecisionTaskPollers: 2,
PollerAutoScalerCooldown: time.Minute,
PollerAutoScalerTargetUtilization: 0.6,
PollerAutoScalerDryRun: false,
Expand Down

0 comments on commit e05cf96

Please sign in to comment.