Skip to content

Commit

Permalink
Align test values with with examples/config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
petetomasik committed Jan 30, 2025
1 parent 1fc59e0 commit 2e31a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/controller/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ func TestReadAndParseConfig(t *testing.T) {
StaleJobDataTimeout: 10 * time.Second,
JobCreationConcurrency: 5,
MaxInFlight: 100,
K8sClientRateLimiterQPS: 10,
K8sClientRateLimiterBurst: 20,
K8sClientRateLimiterQPS: 20,
K8sClientRateLimiterBurst: 30,
Namespace: "my-buildkite-ns",
Org: "my-buildkite-org",
Tags: []string{"queue=my-queue", "priority=high"},
Expand Down

0 comments on commit 2e31a52

Please sign in to comment.