Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
acud committed Jul 25, 2024
1 parent 78edf63 commit 41ef6e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions systest/testcontext/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,6 @@ func New(t *testing.T, opts ...Opt) *Context {
// The default rate limiter is too slow 5qps and 10 burst, This will prevent the client from being throttled
config.RateLimiter = flowcontrol.NewTokenBucketRateLimiter(20, 50)
require.NoError(t, err)
config.Burst = 20
config.QPS = 10.0

clientset, err := kubernetes.NewForConfig(config)
require.NoError(t, err)
Expand Down

0 comments on commit 41ef6e8

Please sign in to comment.