Skip to content

Commit

Permalink
Deflake TestWatchBasedManager
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Sep 27, 2019
1 parent dd5efc4 commit c7932e1
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 c7932e1

Please sign in to comment.