File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
internal/controllers/machinehealthcheck Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -880,7 +880,7 @@ func TestMachineHealthCheck_Reconcile(t *testing.T) {
880
880
cluster := createCluster (g , ns .Name )
881
881
882
882
mhc := newMachineHealthCheck (cluster .Namespace , cluster .Name )
883
- mhc .Spec .NodeStartupTimeout = & metav1.Duration {Duration : 5 * time .Second }
883
+ mhc .Spec .NodeStartupTimeout = & metav1.Duration {Duration : 10 * time .Second }
884
884
885
885
g .Expect (env .Create (ctx , mhc )).To (Succeed ())
886
886
defer func (do ... client.Object ) {
@@ -978,7 +978,7 @@ func TestMachineHealthCheck_Reconcile(t *testing.T) {
978
978
cluster := createCluster (g , ns .Name )
979
979
980
980
mhc := newMachineHealthCheck (cluster .Namespace , cluster .Name )
981
- mhc .Spec .NodeStartupTimeout = & metav1.Duration {Duration : 5 * time .Second }
981
+ mhc .Spec .NodeStartupTimeout = & metav1.Duration {Duration : 10 * time .Second }
982
982
983
983
g .Expect (env .Create (ctx , mhc )).To (Succeed ())
984
984
defer func (do ... client.Object ) {
You can’t perform that action at this time.
0 commit comments