Skip to content

Commit

Permalink
Merge pull request #83250 from liggitt/deflake-watch-based-manager
Browse files Browse the repository at this point in the history
Deflake TestWatchBasedManager
  • Loading branch information
k8s-ci-robot committed Sep 27, 2019
2 parents 7342823 + c7932e1 commit a5135ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/kubelet/watch_manager_test.go
Expand Up @@ -40,6 +40,7 @@ func TestWatchBasedManager(t *testing.T) {
defer server.TearDownFn()

server.ClientConfig.QPS = 10000
server.ClientConfig.Burst = 10000
client, err := kubernetes.NewForConfig(server.ClientConfig)
if err != nil {
t.Fatalf("unexpected error: %v", err)
Expand Down

0 comments on commit a5135ec

Please sign in to comment.