Skip to content

Commit

Permalink
Update the reconciler sync period in master_config_test
Browse files Browse the repository at this point in the history
  • Loading branch information
mfojtik committed Feb 28, 2017
1 parent 3d69461 commit a86e3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/server/kubernetes/master_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func TestCMServerDefaults(t *testing.T) {
ClusterSigningKeyFile: "/etc/kubernetes/ca/ca.key",
EnableGarbageCollector: true,
DisableAttachDetachReconcilerSync: false,
ReconcilerSyncLoopPeriod: unversioned.Duration{Duration: 5 * time.Second},
ReconcilerSyncLoopPeriod: unversioned.Duration{Duration: 60 * time.Second},
},
}

Expand Down

0 comments on commit a86e3f6

Please sign in to comment.